mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-30 06:58:31 +00:00
Corrected bug
This commit is contained in:
@@ -100,6 +100,8 @@ ifeq ($(SHARED),YES)
|
|||||||
CFLAGS += -fPIC
|
CFLAGS += -fPIC
|
||||||
SHAREDFLAG = BUILDING_DLL
|
SHAREDFLAG = BUILDING_DLL
|
||||||
SHAREDLIBS = -Lexternal/glfw3/lib/win32 -Lexternal/openal_soft/lib/win32 -lglfw3 -lopenal32 -lgdi32
|
SHAREDLIBS = -Lexternal/glfw3/lib/win32 -Lexternal/openal_soft/lib/win32 -lglfw3 -lopenal32 -lgdi32
|
||||||
|
else
|
||||||
|
SHAREDFLAG = BUILDING_STATIC
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
|
#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes
|
||||||
|
Reference in New Issue
Block a user