Browse Source

Corrected bug

pull/189/head
raysan5 8 years ago
parent
commit
1ffe713d93
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/Makefile

+ 2
- 0
src/Makefile View File

@ -100,6 +100,8 @@ ifeq ($(SHARED),YES)
CFLAGS += -fPIC
SHAREDFLAG = BUILDING_DLL
SHAREDLIBS = -Lexternal/glfw3/lib/win32 -Lexternal/openal_soft/lib/win32 -lglfw3 -lopenal32 -lgdi32
else
SHAREDFLAG = BUILDING_STATIC
endif
#CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes

Loading…
Cancel
Save