Sfoglia il codice sorgente

Corrected bug

pull/189/head
raysan5 8 anni fa
parent
commit
1ffe713d93
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/Makefile

+ 2
- 0
src/Makefile Vedi 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

Caricamento…
Annulla
Salva