Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
modal-studios
/
izanagi-2022
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Generate include/ directory
Make include generated instead of defined in the project.
master
TheoryOfNekomata
hace 1 año
padre
eb88a10f20
commit
6ed44c070f
Se han
modificado 5 ficheros
con
7 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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 fichero
@@ -65,3 +65,4 @@ Backup_*.cdr
.DS_Store
*.sqlite
build/
include/
+ 6
- 0
01-generate-include.bat
Ver fichero
@@ -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 fichero
01-build-executable.bat → 02-build-executable.bat
Ver fichero
+ 0
- 1
include/SDL
Ver fichero
@@ -1 +0,0 @@
../subprojects/SDL/include
Escribir
Vista previa
Cargando…
Cancelar
Guardar