ソースを参照

basic_game - update makefile

Removed glew from basic_game makefile as glew is not part of the raylib package (no glew in mingw).
pull/266/head
Eugene F 7年前
committed by GitHub
コミット
ec22577e5a
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      templates/basic_game/Makefile

+ 1
- 1
templates/basic_game/Makefile ファイルの表示

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

読み込み中…
キャンセル
保存