make separate build .bat scripts

This commit is contained in:
Alexander Frick
2025-11-22 02:50:18 -08:00
parent 794b60ff35
commit 24db3331f8
4 changed files with 4 additions and 1 deletions
-1
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
msbuild.exe xp_activate32.sln /t:Rebuild /p:Configuration=Debug;Platform=x86
+2
View File
@@ -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
+1
View File
@@ -0,0 +1 @@
msbuild.exe xp_activate32.sln /t:Rebuild /p:Configuration=Release;Platform=x86