Command line compiler parameters

Monkey Forums/Monkey Programming/Command line compiler parameters

Shagwana(Posted 2013) [#1]
Looking for the information for transcc.

#1 - At the moment (v71a) I figured (but not sure) that the ones for -target are...

Html5_Game
Flash_Game
Glfw_Game
Xna_8_Game
Android_Game
iOS_Game
PS_Mobile_Game
Windows_8_Game
Windows_Phone_8_Game
C++_Tool

Is that correct?

#2 - What does -update, -build, -clean do?

#3 - I presume -run tries to run all platforms?

Ta


Zurrr(Posted 2013) [#2]
one more missing
-config=debug
for debug compile

yes -run is for compile and run


dawlane(Posted 2013) [#3]
-build ; will buid your project without running it
-clean : removes build files
-update : I think just updates the compiled source files with out building an executable.