update glew, add its lib and fmod.lib

This commit is contained in:
matcool 2022-12-11 14:43:34 -03:00
parent 9465d7ff75
commit e78f4ff910
No known key found for this signature in database
GPG key ID: BF58756086D7AB1C
6 changed files with 5603 additions and 191 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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" {

Binary file not shown.

Binary file not shown.