瀏覽代碼
Update Makefile
pull/646/head^2
Murray Campbell
6 年之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: 4AEE18F83AFDEB23
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
projects/VSCode/Makefile
|
|
@ -27,7 +27,7 @@ |
|
|
|
# WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop()
|
|
|
|
PLATFORM ?= PLATFORM_DESKTOP |
|
|
|
RAYLIB_PATH ?= ../.. |
|
|
|
PROJECT_NAME ?= standard_game |
|
|
|
PROJECT_NAME ?= game |
|
|
|
DEBUGGING ?= FALSE |
|
|
|
|
|
|
|
# Default path for raylib on Raspberry Pi, if installed in different path, update it!
|
|
|
|