PreCompiler 0.82
----------------

importbuild
  has to be declared directly after imports. import build.o, incbin build.ver
%buildincbin%
  access the version-file like this: readfile("incbin::%buildincbin%")

macro name
  code
endmacro
name
all macros and defines are local

define name
ifdef name
  code
elsedef
  code
enddef
all macros and defines are local

-

Commandline:
 PreCompiler filename -r -d -e
 -e or -edit     opens the editor before compiling
 -d or -debug    force debugmode
 -w or -console  force output-console
 -c or -compile  force compile
 -r or -run      force run

-

When an error occures in debug window, press H for help, or just T to get the error.
Seems that windres.exe cant handle filenames with spaces.
