How to compile source code

Blitz3D Forums/Blitz3D Beginners Area/How to compile source code

Nicstt(Posted 2008) [#1]
Hi

Thinking of writing my own IDE for b3d.

Anyone know what commands I need to use, and how I would implement them?

I'm a hobbiest that doesnt have much time, but fancy the challenge. Will probably use c# for the IDE.


Ross C(Posted 2008) [#2]
I think you pass along a parameter to a blitz file contained within your blitz3d installation. Al least thats what i remember someone saying a while back. Sorry i can't be more concrete.


chi(Posted 2008) [#3]

BLITZCC.EXE [-h|-q|+q|-c|-d|-k|+k|-v|-o PROG.EXE] [CODE.BB]

-h Zeigt Parameter an
-q Operiert leise
+q Operiert sehr leise
-c Programm kompilieren
-d Programm kompilieren (Debug)
-k Gibt alle Befehle aus
+k Gibt alle Befehle aus (mit Parametern)
-v Versionsinfo
-o 'Prog' Erstellt EXE-Datei




Nicstt(Posted 2008) [#4]
Thank you:)