Ver código fonte

Corrected bug

pull/189/head
raysan5 8 anos atrás
pai
commit
1ffe713d93
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/Makefile

+ 2
- 0
src/Makefile Ver arquivo

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

Carregando…
Cancelar
Salvar