1 #exe = 1 d g
2 #optimizer=1
3 #output = ..\..\exe\gmanager.exe
4 #icon = ..\..\res\icons\gentee_c.ico
5
6 define
7 {
8 DESIGNING = 0
9 COMP = 0
10 }
11 include {
12 $"K:\Gentee\Open Source\gentee\programs\gmanager\gmanager.gf"
13 //$"K:\Gentee\Open Source\gentee\programs\gmanager\gmanager.gi"
14 }
15 global {
16 vForm0 Form0
17 }
18
19 func run<main>
20 {
21 Form0.Owner = App
22 App.Run()
23 }