Browse Source

Generate include/ directory

Make include generated instead of defined in the project.
master
TheoryOfNekomata 1 year ago
parent
commit
6ed44c070f
5 changed files with 7 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +6
    -0
      01-generate-include.bat
  3. +0
    -0
      02-build-executable
  4. +0
    -0
      02-build-executable.bat
  5. +0
    -1
      include/SDL

+ 1
- 0
.gitignore View File

@@ -65,3 +65,4 @@ Backup_*.cdr
.DS_Store
*.sqlite
build/
include/

+ 6
- 0
01-generate-include.bat View File

@@ -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 View File


01-build-executable.bat → 02-build-executable.bat View File


+ 0
- 1
include/SDL View File

@@ -1 +0,0 @@
../subprojects/SDL/include

Loading…
Cancel
Save