From af9512d4e4cf477cb3f7025c118bc57338b16836 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 20 Jul 2006 10:57:54 +0000 Subject: 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 --- CleanCompiler64.prj | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 CleanCompiler64.prj 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 + -- cgit v1.2.3