auto-generated.mk
来自「A*算法 A*算法 A*算法 A*算法A*算法A*算法」· MK 代码 · 共 73 行
MK
73 行
# This file auto-generated by Palm OS Make builder. Don't modify directly!!!
# This value is unescaped. Either quote the value or escape special characters when you use it.
ifeq ($(TOOLS_DIR), )
TOOLS_DIR = C:/Program Files/PalmSource/Palm OS Developer Suite/PalmOSTools/
endif
# This value is unescaped. Either quote the value or escape special characters when you use it.
ifeq ($(SDK_LOCATION), )
SDK_LOCATION = C:/Program Files/PalmSource/Palm OS Developer Suite/sdk-6/
endif
ifeq ($(SDK_VERSION), )
SDK_VERSION = sdk-6
endif
ifeq ($(CREATOR_ID), )
CREATOR_ID = STRT
endif
ifeq ($(DB_HIDDEN), )
DB_HIDDEN = false
endif
ifeq ($(TARGET), )
TARGET = Simulator
endif
ifeq ($(DB_TYPE), )
DB_TYPE = appl
endif
ifeq ($(VERSION), )
VERSION = 1
endif
ifeq ($(DB_RESET_INSTALL), )
DB_RESET_INSTALL = false
endif
ifeq ($(SDK), )
SDK = com.palmsource.eclipse.sdk.palmos6
endif
ifeq ($(APP_NAME), )
APP_NAME = wxWidgets
endif
ifeq ($(OS_API), )
OS_API = Protein
endif
ifeq ($(PROJECT_NAME), )
PROJECT_NAME = wxWidgets
endif
ifeq ($(PROJECT_TYPE), )
PROJECT_TYPE = appl
endif
ifeq ($(DB_BACKUP), )
DB_BACKUP = true
endif
ifeq ($(DB_PREVENT_COPY), )
DB_PREVENT_COPY = false
endif
ifeq ($(DEBUG_OR_RELEASE), )
DEBUG_OR_RELEASE = Debug
endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?