mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
update glew, add its lib and fmod.lib
This commit is contained in:
parent
9465d7ff75
commit
e78f4ff910
6 changed files with 5603 additions and 191 deletions
|
@ -65,6 +65,8 @@ elseif (GEODE_TARGET_PLATFORM STREQUAL "Win32")
|
|||
${GEODE_LOADER_PATH}/include/link/libExtensions.lib
|
||||
${GEODE_LOADER_PATH}/include/link/libcurl.lib
|
||||
${GEODE_LOADER_PATH}/include/link/gdstring.lib
|
||||
${GEODE_LOADER_PATH}/include/link/glew32.lib
|
||||
${GEODE_LOADER_PATH}/include/link/fmod.lib
|
||||
)
|
||||
|
||||
# Windows links against .lib and not .dll
|
||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
@ -97,7 +97,7 @@
|
|||
#include <X11/Xlib.h>
|
||||
#include <X11/Xutil.h>
|
||||
#include <X11/Xmd.h>
|
||||
#include "glew.h"
|
||||
#include <GL/glew.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
|
BIN
loader/include/link/fmod.lib
Normal file
BIN
loader/include/link/fmod.lib
Normal file
Binary file not shown.
BIN
loader/include/link/glew32.lib
Normal file
BIN
loader/include/link/glew32.lib
Normal file
Binary file not shown.
Loading…
Reference in a new issue