]>
Commit | Line | Data |
---|---|---|
ffecfa5a JS |
1 | # This file auto-generated by Palm OS Make builder. Don't modify directly!!! |
2 | ||
3 | # This value is unescaped. Either quote the value or escape special characters when you use it. | |
4 | ifeq ($(TOOLS_DIR), ) | |
5 | TOOLS_DIR = C:/Program Files/PalmSource/Palm OS Developer Suite/PalmOSTools/ | |
6 | endif | |
7 | ||
8 | # This value is unescaped. Either quote the value or escape special characters when you use it. | |
9 | ifeq ($(SDK_LOCATION), ) | |
10 | SDK_LOCATION = C:/Program Files/PalmSource/Palm OS Developer Suite/sdk-6/ | |
11 | endif | |
12 | ||
13 | ifeq ($(SDK_VERSION), ) | |
14 | SDK_VERSION = sdk-6 | |
15 | endif | |
16 | ||
17 | ifeq ($(CREATOR_ID), ) | |
18 | CREATOR_ID = STRT | |
19 | endif | |
20 | ||
21 | ifeq ($(DB_HIDDEN), ) | |
22 | DB_HIDDEN = false | |
23 | endif | |
24 | ||
25 | ifeq ($(TARGET), ) | |
26 | TARGET = Simulator | |
27 | endif | |
28 | ||
29 | ifeq ($(DB_TYPE), ) | |
30 | DB_TYPE = appl | |
31 | endif | |
32 | ||
33 | ifeq ($(VERSION), ) | |
34 | VERSION = 1 | |
35 | endif | |
36 | ||
37 | ifeq ($(DB_RESET_INSTALL), ) | |
38 | DB_RESET_INSTALL = false | |
39 | endif | |
40 | ||
41 | ifeq ($(SDK), ) | |
42 | SDK = com.palmsource.eclipse.sdk.palmos6 | |
43 | endif | |
44 | ||
45 | ifeq ($(APP_NAME), ) | |
46 | APP_NAME = wxWidgets | |
47 | endif | |
48 | ||
49 | ifeq ($(OS_API), ) | |
50 | OS_API = Protein | |
51 | endif | |
52 | ||
53 | ifeq ($(PROJECT_NAME), ) | |
54 | PROJECT_NAME = wxWidgets | |
55 | endif | |
56 | ||
57 | ifeq ($(PROJECT_TYPE), ) | |
58 | PROJECT_TYPE = appl | |
59 | endif | |
60 | ||
61 | ifeq ($(DB_BACKUP), ) | |
62 | DB_BACKUP = true | |
63 | endif | |
64 | ||
65 | ifeq ($(DB_PREVENT_COPY), ) | |
66 | DB_PREVENT_COPY = false | |
67 | endif | |
68 | ||
69 | ifeq ($(DEBUG_OR_RELEASE), ) | |
70 | DEBUG_OR_RELEASE = Debug | |
71 | endif | |
72 |