Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
modal-studios
/
izanagi-2022
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Generate include/ directory
Make include generated instead of defined in the project.
master
TheoryOfNekomata
há 1 ano
ascendente
eb88a10f20
cometimento
6ed44c070f
5 ficheiros alterados
com
7 adições
e
1 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro 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
Ver ficheiro
@@ -65,3 +65,4 @@ Backup_*.cdr
.DS_Store
*.sqlite
build/
include/
+ 6
- 0
01-generate-include.bat
Ver ficheiro
@@ -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
Ver ficheiro
01-build-executable.bat → 02-build-executable.bat
Ver ficheiro
+ 0
- 1
include/SDL
Ver ficheiro
@@ -1 +0,0 @@
../subprojects/SDL/include
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar