本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
24
Wiki
活動
瀏覽代碼
Updated release version
pull/524/head
1.9.7-dev
Ray San
6 年之前
父節點
8e44f7b3c7
當前提交
cc3b8645df
共有
3 個檔案被更改
,包括
3 行新增
和
3 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/Makefile
+1
-1
src/CMakeLists.txt
+1
-1
src/Makefile
+ 1
- 1
examples/Makefile
查看文件
@ -25,7 +25,7 @@
# Define required raylib variables
PROJECT_NAME
?=
raylib_examples
RAYLIB_VERSION
?=
1.9.
4
RAYLIB_VERSION
?=
1.9.
7
RAYLIB_API_VERSION
?=
1
RAYLIB_PATH
?=
..
+ 1
- 1
src/CMakeLists.txt
查看文件
@ -2,7 +2,7 @@
project
(
raylib
)
include
(
GNUInstallDirs
)
set
(
PROJECT_VERSION
1.9.
4
)
set
(
PROJECT_VERSION
1.9.
7
)
set
(
API_VERSION
1
)
set
(
RAYLIB
raylib
)
#
N
a
m
e
o
f
t
h
e
g
e
n
e
r
a
t
e
d
l
i
b
r
a
r
y
+ 1
- 1
src/Makefile
查看文件
@ -42,7 +42,7 @@
.PHONY
:
all
clean
install
uninstall
# Define required raylib variables
RAYLIB_VERSION
=
1.9.
4
RAYLIB_VERSION
=
1.9.
7
RAYLIB_API_VERSION
=
1
# See below for alternatives.
Write
Preview
Loading…
取消
儲存