make separate build .bat scripts
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
rc.exe .\src\resource.rc && cl.exe /arch:IA32 /O2 /GS- .\src\xp_activate32.cc .\src\xp_activate32.h resource.res /link /fixed /entry:entry /subsystem:windows,5.1 kernel32.lib user32.lib msvcrt.lib ole32.lib oleaut32.lib comctl32.lib
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
msbuild.exe xp_activate32.sln /t:Rebuild /p:Configuration=Debug;Platform=x86
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
rc.exe .\src\resource.rc^
|
||||||
|
&& cl.exe /arch:IA32 /O2 /GS- .\src\xp_activate32.cc .\src\xp_activate32.h resource.res /link /fixed /entry:entry /subsystem:windows,5.1 kernel32.lib user32.lib msvcrt.lib ole32.lib oleaut32.lib comctl32.lib
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
msbuild.exe xp_activate32.sln /t:Rebuild /p:Configuration=Release;Platform=x86
|
||||||
Reference in New Issue
Block a user