makefile

来自「music player developemntm usic player de」· 代码 · 共 66 行

TXT
66
字号
#-----------------------------------------------------------------------------# Makefile for project ImageBrowser## (c) COMNEON electronic technology GmbH & Co. OHG#-----------------------------------------------------------------------------#-----------------------------------------------------------------------------# include Common makefile (sets the shared environment)ifdef GPERLinclude $(GLOBALPATH)/lnz_mmi/Mmi/makefile_commonelseinclude ../../Mmi/makefile_commonendif#-----------------------------------------------------------------------------# Project definition## PROJ_TYPE:			LIB / EXE / DLL# PROJ_STACKSYSTEM:		GSM97 / GSM97DS / GPRS / NONE# PROJ_RTOS:			WIN32 / NUC16U / NUC16S / OSE / LINUX# PROJ_BUILDMODE:		DEBUG / RELEASE / TRACE / PROFILE#PROJ_NAME = MP3PlayerPROJ_TYPE = LIB# PROJ_CONFIG= $(APOXI_SRC)/$(PROJ_CONFIG_DEF)# ILO_FILE=$(PROJ_CONFIG)/$(ILO_FILE_DEF) #-----------------------------------------------------------------------------# List of shared project source files## PCH_FILE ....... use pre-compiled header file# PCH_BUILD_FILE . use PCH_BUILD_FILE to compile PCH_FILE#PCH_FILE = MP3PlayerApplicationPreComp.hppPCH_BUILD_FILE = MP3PlayerApplicationPreComp.cppVER_BUILD_FILE = MP3PlayerVersion.cppCPP_FILES =	MP3PlayerApplication.cpp \		    MP3PlayerWindow.cpp \		    MP3PlayerSelectSongsWin.cpp \		    MP3PlayerSongsProvider.cpp#		    MP3PlayerEditWin.cpp \#		    MP3PlayerSettingsProvider.cpp \#		    MP3PlayerSettingsRecord.cpp \#		    MP3PlayerStationsRecord.cpp#-----------------------------------------------------------------------------# List of NUC16 specific source filesCPP_FILES_NUC16 =	#-----------------------------------------------------------------------------# List of WIN32 specific source filesCPP_FILES_WIN32 =	#-----------------------------------------------------------------------------# General options# exported to be used in sub-makefiles (e.g. prerequesites)#INC +=  $(MMI_SRC) \		$(APOXI_SRC)/Applications \#-----------------------------------------------------------------------------# include Comneon makefile (does all the rest for you)ifndef GPERLinclude $(APOXI_ROOT)/etc/make/comneon.mkendif

⌨️ 快捷键说明

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