このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
modal-studios
/
izanagi-2022
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Generate include/ directory
Make include generated instead of defined in the project.
master
TheoryOfNekomata
1年前
親
eb88a10f20
コミット
6ed44c070f
5個のファイルの変更
、
7行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存