This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
瀏覽代碼
Update Makefile
pull/1589/head
raysan5
4 年之前
父節點
6037adcace
當前提交
a474511356
共有
1 個文件被更改
,包括
3 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
templates/advance_game/Makefile
+ 3
- 0
templates/advance_game/Makefile
查看文件
@ -185,6 +185,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
MAKE
=
mingw32-make
endif
e
n
d
i
f
i
f
e
q
(
$(
PLATFORM
)
,
P
L
A
T
F
O
R
M
_
A
N
D
R
O
I
D
)
MAKE
=
mingw32-make
e
n
d
i
f
# Define compiler flags:
# -O1 defines optimization level
Write
Preview
Loading…
取消
儲存