Hello,
Here is a simple batch build file creator for 32-bit projects.
Usage : MakeBat srcfile.asm [subsystem]
Subsystem is cons or gui
Let's assume that we would like to create a batch file to assemble Test.asm , a console application project :
MakeBat.exe Test.asm cons
Output Build.bat :
\PellesC\bin\poasm /AIA32 Test.asm
\PellesC\bin\polink /SUBSYSTEM:CONSOLE Test.obj