bld.mak

来自「Symbian mobile os C++ GSDP编程」· MAK 代码 · 共 15 行

MAK
15
字号
# Extension makefile

FINAL:
	-1 del /f $(EPOCROOT)epoc32\$(PLATFORM)\c\gdpbad.dll
	-1 del /f $(EPOCROOT)epoc32\$(PLATFORM)\c\system\libs\plugins\gdpbad.dll
	-1 del /f $(EPOCROOT)epoc32\$(PLATFORM)\c\101f8b55.rsc
	-1 del /f $(EPOCROOT)epoc32\$(PLATFORM)\c\system\libs\plugins\101f8b55.rsc
	if exist $(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z\system\libs\plugins\gdpbad.dll \
		move $(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z\system\libs\plugins\gdpbad.dll \
		$(EPOCROOT)epoc32\$(PLATFORM)\c\gdpbad.dll
	if exist $(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z\system\libs\plugins\101f8b55.rsc \
		move $(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z\system\libs\plugins\101f8b55.rsc \
		$(EPOCROOT)epoc32\$(PLATFORM)\c\101f8b55.rsc

MAKMAKE FREEZE LIB CLEANLIB RESOURCE RELEASABLES CLEAN BLD SAVESPACE :

⌨️ 快捷键说明

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