mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-18 09:10:17 -05:00
Merge branch 'main' of https://github.com/geode-sdk/geode into main
This commit is contained in:
commit
f6e334745c
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/libExtensions.lib
|
||||||
${GEODE_LOADER_PATH}/include/link/libcurl.lib
|
${GEODE_LOADER_PATH}/include/link/libcurl.lib
|
||||||
${GEODE_LOADER_PATH}/include/link/gdstring.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
|
# 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/Xlib.h>
|
||||||
#include <X11/Xutil.h>
|
#include <X11/Xutil.h>
|
||||||
#include <X11/Xmd.h>
|
#include <X11/Xmd.h>
|
||||||
#include "glew.h"
|
#include <GL/glew.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
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