diff options
author | johnvg | 2006-07-20 10:57:54 +0000 |
---|---|---|
committer | johnvg | 2006-07-20 10:57:54 +0000 |
commit | af9512d4e4cf477cb3f7025c118bc57338b16836 (patch) | |
tree | 873fe1d8acc739df1be22025dbfbb83240d38622 /CleanCompiler64.prj | |
parent | add object code for set_return_code.c for 32 and 64 bit windows (diff) |
project file for Clean compiler for 64 bit windows
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1609 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'CleanCompiler64.prj')
-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 + |