home *** CD-ROM | disk | FTP | other *** search
- ; Config File for Maxon C++ environment
- Ed = "Edward:Edward" ; Editor's filename
- Autosave = 1 ; Save before running?
- Icon = 0 ; Create Icons?
- Lang = D ; "D"eutsch or "E"nglish
- Prot = 0,"prt:" ; Protocoll file
- Arg = "Testargument1 2 3 4" ; simulated argv[] arguments
- Window = 20,40,600,330 ; Compiler and runtime window: X,Y,Width,Height
- Stack =50 ; Runtime stack
- Incl = "RAM:Include", "MCPP:Include" ; Path(s) for includes
- Work = 500 ; Compiler workspace/kBytes
- Mode = 0 ; 1 for C++, 0 for ANSI C
- Break = 0 ; Set breakpoints?
- Mult = 0 ; Use library mult/div?
- MDB = 0 ; Create Maxon Debugger file?
- Symb = 0 ; Create debug symbol hunk?
- Asm = 0 ; Write assembly source?
- AsmSrc = 0 ; C source in asm file?
- Opt = 1 ; Optimize?
- Warn = "NFREVPTC" ; Warnings set to "on"
- Data = L ; "S"mall or "L"arge data
- Libs = "RAM:Lib", "MCPP:Lib" ; Library path(s)
- CallAsm = "asm () -c cl" ; Default ".asm" call
- AutoExe = 1 ; Create exe file?
- AutoObj = 1 ; Create Object file?
- Hunks = 50 ; max. size for combined hunks
-