diff options
author | Camil Staps | 2016-05-21 10:48:26 +0200 |
---|---|---|
committer | Camil Staps | 2016-05-21 10:48:26 +0200 |
commit | f2edfd5037e6dd4fa10e00b64cbd62f6cc50daa1 (patch) | |
tree | b99defa2382d269cd502bafaa3c05dd265e01a7e /test_reload.prj | |
parent | 80 chars (diff) |
Also pass event->name through; inotify_loop_forever
Diffstat (limited to 'test_reload.prj')
-rw-r--r-- | test_reload.prj | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/test_reload.prj b/test_reload.prj new file mode 100644 index 0000000..fa8ddec --- /dev/null +++ b/test_reload.prj @@ -0,0 +1,59 @@ +Version: 1.4 +Global + ProjectRoot: . + Target: StdEnv + Exec: {Project}/test_reload + 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 + GenerateSymbolTable: False + GenerateLinkMap: False + LinkResources: False + ResourceSource: + GenerateDLL: False + ExportedNames: + Paths + Path: {Project} + Path: {Application}/lib/clean-platform/OS-Independent + Path: {Application}/lib/Generics + Precompile: + Postlink: +MainModule + Name: test_reload + Dir: {Project} + Compiler + NeverMemoryProfile: False + NeverTimeProfile: False + StrictnessAnalysis: True + ListTypes: StrictExportTypes + ListAttributes: True + Warnings: True + Verbose: True + ReadableABC: False + ReuseUniqueNodes: True + Fusion: False |