Explorar el Código

Corrected bug

pull/189/head
raysan5 hace 8 años
padre
commit
1ffe713d93
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/Makefile

+ 2
- 0
src/Makefile Ver fichero

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

Cargando…
Cancelar
Guardar