Commented but without launching?
Posted: Sat Jan 04, 2020 5:50 am
Hi guys, I'm using this command-line to build a commented (assembly) version of my app's source, and it works great:
But then it tries to run the compiled exe (PureBasic.exe) after. How do I stop that? There's no "-norun" (or similar) command-line option:
https://www.purebasic.com/documentation ... piler.html
What to do? All I want is the output, and nothing more. Thanks.
Code: Select all
D:\PureBasic\Compilers\pbcompiler.exe -c Source.pbhttps://www.purebasic.com/documentation ... piler.html
What to do? All I want is the output, and nothing more. Thanks.