fix build.bat and prepare it for upcoming source files change

This commit is contained in:
Alexander Frick
2025-11-21 22:22:25 -06:00
parent 882dcafa84
commit a62e45ea09
+1 -1
View File
@@ -1 +1 @@
rc.exe xp_activate32.rc && cl.exe /arch:IA32 /O2 /GS- xp_activate32.c xp_activate32.res /link /fixed /entry:entry /subsystem:windows,5.1 kernel32.lib user32.lib msvcrt.lib ole32.lib oleaut32.lib comctl32.libs
rc.exe resource.rc && cl.exe /arch:IA32 /O2 /GS- xp_activate32.cc 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