subdir.mk

来自「symbianOS第三版开发与实用教程部分源码和部分试验」· MK 代码 · 共 37 行

MK
37
字号
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
MIFDEF_SRCS += \$(ROOT)/gfx/S60UIExample.mifdef \$(ROOT)/gfx/S60UIExample_icon.mifdef 

MIF_OBJS += \/Symbian/9.1/S60_3rd/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/S60UIExample.mif \/Symbian/9.1/S60_3rd/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/S60UIExample_icon.mif 

MIF_OBJS_FOR_DEL += \\Symbian\9.1\S60_3rd\EPOC32\RELEASE\WINSCW\UDEB\Z\resource\apps\S60UIExample.mif \\Symbian\9.1\S60_3rd\EPOC32\RELEASE\WINSCW\UDEB\Z\resource\apps\S60UIExample_icon.mif 


# Each subdirectory must supply rules for building sources it contributes
/Symbian/9.1/S60_3rd/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/S60UIExample.mif: $(ROOT)/gfx/S60UIExample.mifdef
	@echo 'Building file: $<'
	@echo 'Invoking: MIF Compiler'
	@echo perl -S epocmifdef.pl  -p"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\" -hC:\Symbian\9.1\S60_3rd\EPOC32\include\$(notdir $(basename $@)).mbg -o"$@" $<
	@perl -S epocmifdef.pl  -p"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\" -hC:\Symbian\9.1\S60_3rd\EPOC32\include\$(notdir $(basename $@)).mbg -o"$@" $<
	@echo 'Finished building: $<'
	@echo ' '

/Symbian/9.1/S60_3rd/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/S60UIExample_icon.mif: $(ROOT)/gfx/S60UIExample_icon.mifdef
	@echo 'Building file: $<'
	@echo 'Invoking: MIF Compiler'
	@echo perl -S epocmifdef.pl  -p"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\" -hC:\Symbian\9.1\S60_3rd\EPOC32\include\$(notdir $(basename $@)).mbg -o"$@" $<
	@perl -S epocmifdef.pl  -p"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\" -hC:\Symbian\9.1\S60_3rd\EPOC32\include\$(notdir $(basename $@)).mbg -o"$@" $<
	@echo 'Finished building: $<'
	@echo ' '


⌨️ 快捷键说明

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