이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
modal-studios
/
izanagi-2022
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
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
쓰기
미리보기
불러오는 중...
취소
저장