This website works better with JavaScript.
首頁
探索
說明
登入
modal-studios
/
izanagi-2022
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Generate include/ directory
Make include generated instead of defined in the project.
master
TheoryOfNekomata
1 年之前
父節點
eb88a10f20
當前提交
6ed44c070f
共有
5 個文件被更改
,包括
7 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+6
-0
01-generate-include.bat
+0
-0
02-build-executable
+0
-0
02-build-executable.bat
+0
-1
include/SDL
+ 1
- 0
.gitignore
查看文件
@@ -65,3 +65,4 @@ Backup_*.cdr
.DS_Store
*.sqlite
build/
include/
+ 6
- 0
01-generate-include.bat
查看文件
@@ -0,0 +1,6 @@
mkdir include
mklink /D include\bdd-for-c ..\subprojects\bdd-for-c
mklink /D include\bdd-for-c-mocks ..\subprojects\bdd-for-c-mocks
mklink /D include\getopt-for-windows ..\subporjects\getopt-for-windows
mklink /D include\SDL ..\subprojects\SDL\include
01-build-executable → 02-build-executable
查看文件
01-build-executable.bat → 02-build-executable.bat
查看文件
+ 0
- 1
include/SDL
查看文件
@@ -1 +0,0 @@
../subprojects/SDL/include
Write
Preview
Loading…
取消
儲存