Selaa lähdekoodia

Merge pull request #266 from Triangle345/patch-3

basic_game - update makefile
pull/269/head
Ray 8 vuotta sitten
committed by GitHub
vanhempi
commit
5620e73914
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      templates/basic_game/Makefile

+ 1
- 1
templates/basic_game/Makefile Näytä tiedosto

@ -141,7 +141,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
else
# libraries for Windows desktop compiling
# NOTE: GLFW3 and OpenAL Soft libraries should be installed
LIBS = -lraylib -lglfw3 -lglew32 -lopengl32 -lopenal32 -lgdi32
LIBS = -lraylib -lglfw3 -lopengl32 -lopenal32 -lgdi32
endif
endif
endif

Ladataan…
Peruuta
Tallenna