diff options
-rw-r--r-- | CleanCompiler64.prj | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/CleanCompiler64.prj b/CleanCompiler64.prj new file mode 100644 index 0000000..fcec23c --- /dev/null +++ b/CleanCompiler64.prj @@ -0,0 +1,51 @@ +Version: 1.4 +Global + Built: False + Target: StdEnv 64 + Exec: {Project}\CleanCompiler64.exe + CodeGen + CheckStacks: False + CheckIndexes: True + Application + HeapSize: 41943040 + StackSize: 4194304 + ExtraMemory: 0 + IntialHeapSize: 8388608 + HeapSizeMultiplier: 1024 + ShowExecutionTime: False + ShowGC: False + ShowStackSize: False + MarkingCollector: True + StandardRuntimeEnv: True + Profile + Memory: False + MemoryMinimumHeapSize: 0 + Time: False + Stack: False + Output + Output: NoConsole + Font: MS Sans Serif + FontSize: 8 + WriteStdErr: False + Link + LinkMethod: Static + GenerateRelocations: False + GenerateLinkMap: False + LinkResources: False + ResourceSource: + GenerateDLL: False + ExportedNames: + Paths + Path: {Project}\frontend + Path: {Project}\backend + Path: {Project}\backendCModules + Path: {Project}\main + Path: {Project}\main\Windows + Path: {Project}\backend\Windows + Path: {Application}\Libraries\ArgEnvWindows 64 + Precompile: + Postlink: +MainModule + Name: cocl + Dir: {Project}\main + |