auto-generated.mk

来自「OBD软件给Palm平台系统所使用范例程式.」· MK 代码 · 共 33 行

MK
33
字号
# 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 = J:/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 = J:/Program Files/PalmSource/Palm OS Developer Suite/sdk-5r4/
endif

ifeq ($(SDK_VERSION), )
   SDK_VERSION = sdk-5r4
endif

ifeq ($(PROJECT_VERSION), )
   PROJECT_VERSION = 10100
endif

ifeq ($(SDK), )
   SDK = com.palmsource.eclipse.sdk.palmos5
endif

ifeq ($(OS_API), )
   OS_API = 68K
endif

ifeq ($(PROJECT_TYPE), )
   PROJECT_TYPE = appl
endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?