瀏覽代碼

Merge pull request #266 from Triangle345/patch-3

basic_game - update makefile
pull/269/head
Ray 8 年之前
committed by GitHub
父節點
當前提交
5620e73914
共有 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

Loading…
取消
儲存