diff options
author | Mart Lubbers | 2015-05-26 20:17:55 +0200 |
---|---|---|
committer | Mart Lubbers | 2015-05-26 20:17:55 +0200 |
commit | eae6512719b20ad71e93c957581db3c744570ba9 (patch) | |
tree | 8e932351f15caa133ec58dbe6f4875ba32961ab9 /fp2/week6/mart/SimpleSVG.prj | |
parent | bugfix free (diff) |
initial week 6 commit
Diffstat (limited to 'fp2/week6/mart/SimpleSVG.prj')
-rw-r--r-- | fp2/week6/mart/SimpleSVG.prj | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/fp2/week6/mart/SimpleSVG.prj b/fp2/week6/mart/SimpleSVG.prj new file mode 100644 index 0000000..3c9346a --- /dev/null +++ b/fp2/week6/mart/SimpleSVG.prj @@ -0,0 +1,56 @@ +Version: 1.4 +Global + ProjectRoot: . + Target: StdEnv + Exec: {Project}/SimpleSVG.exe + CodeGen + CheckStacks: False + CheckIndexes: True + Application + HeapSize: 2097152 + StackSize: 512000 + ExtraMemory: 8192 + IntialHeapSize: 204800 + HeapSizeMultiplier: 4096 + ShowExecutionTime: False + ShowGC: False + ShowStackSize: False + MarkingCollector: False + DisableRTSFlags: False + StandardRuntimeEnv: True + Profile + Memory: False + MemoryMinimumHeapSize: 0 + Time: False + Stack: False + Output + Output: ShowConstructors + Font: Monaco + FontSize: 9 + WriteStdErr: False + Link + LinkMethod: Static + GenerateRelocations: False + GenerateLinkMap: False + LinkResources: False + ResourceSource: + GenerateDLL: False + ExportedNames: + Paths + Path: {Project} + Precompile: + Postlink: +MainModule + Name: SimpleSVG + Dir: {Project} + Compiler + NeverMemoryProfile: False + NeverTimeProfile: False + StrictnessAnalysis: True + ListTypes: StrictExportTypes + ListAttributes: True + Warnings: True + Verbose: True + ReadableABC: False + ReuseUniqueNodes: True + Fusion: False |