mirror of https://github.com/flysand7/ciabatta.git
Clean up build stuff
This commit is contained in:
parent
3f849253ff
commit
6412fdc006
|
@ -1,15 +0,0 @@
|
|||
@echo off
|
||||
pushd %~dp0
|
||||
|
||||
cl /nologo inctoarg.c
|
||||
inctoarg > temp
|
||||
set /P includes=<temp
|
||||
del temp
|
||||
|
||||
cl /Zi /X /c /I ..\inc %includes% /nologo /GS- /Gm- /GR- /EHa- /Oi /W4 test.c
|
||||
::clang -c -Wall test.c -otest1.obj
|
||||
|
||||
link /nologo test.obj /nodefaultlib user32.lib kernel32.lib ..\ciabatta.lib -debug -subsystem:console
|
||||
::link /nologo test1.obj /nodefaultlib user32.lib kernel32.lib ..\lib\ciabatta.lib -subsystem:console
|
||||
|
||||
popd
|
Loading…
Reference in New Issue