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 
RSS_SRCS += \$(ROOT)/data/S60UIExample.rss \$(ROOT)/data/S60UIExample_reg.rss 

RSC_OBJS += \C:/Symbian/9.1/S60_3rd/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/S60UIExample.rsc \C:/Symbian/9.1/S60_3rd/EPOC32/RELEASE/WINSCW/UDEB/Z/private/10003a3f/apps/S60UIExample_reg.rsc 

RSC_OBJS_FOR_DEL += \C:\Symbian\9.1\S60_3rd\EPOC32\RELEASE\WINSCW\UDEB\Z\resource\apps\S60UIExample.rsc \C:\Symbian\9.1\S60_3rd\EPOC32\RELEASE\WINSCW\UDEB\Z\private\10003a3f\apps\S60UIExample_reg.rsc 


# Each subdirectory must supply rules for building sources it contributes
C:/Symbian/9.1/S60_3rd/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/S60UIExample.rsc: $(ROOT)/data/S60UIExample.rss
	@echo 'Building file: $<'
	@echo 'Invoking: Resource Compiler'
	@echo perl.exe -S epocrc.pl -u -DLANGUAGE_sc -I"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\inc" -I"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\data" -I- -I"${EPOCROOT}epoc32\include" -I"${EPOCROOT}epoc32\include\variant" -o"$@" -hC:\Symbian\9.1\S60_3rd\EPOC32\include\$(notdir $(basename $@)).rsg $<
	@perl.exe -S epocrc.pl -u -DLANGUAGE_sc -I"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\inc" -I"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\data" -I- -I"${EPOCROOT}epoc32\include" -I"${EPOCROOT}epoc32\include\variant" -o"$@" -hC:\Symbian\9.1\S60_3rd\EPOC32\include\$(notdir $(basename $@)).rsg $<
	@echo 'Finished building: $<'
	@echo ' '

C:/Symbian/9.1/S60_3rd/EPOC32/RELEASE/WINSCW/UDEB/Z/private/10003a3f/apps/S60UIExample_reg.rsc: $(ROOT)/data/S60UIExample_reg.rss
	@echo 'Building file: $<'
	@echo 'Invoking: Resource Compiler'
	@echo perl.exe -S epocrc.pl -u -DLANGUAGE_sc -I"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\inc" -I"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\data" -I- -I"${EPOCROOT}epoc32\include" -I"${EPOCROOT}epoc32\include\variant" -o"$@" -hC:\Symbian\9.1\S60_3rd\EPOC32\include\$(notdir $(basename $@)).rsg $<
	@perl.exe -S epocrc.pl -u -DLANGUAGE_sc -I"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\inc" -I"C:\gbtukmanpf01\NOK124\Courses\S60\05300-S60_C++_Introduction\Working\LabCode\Lab_05304-s2.cb1\starter\data" -I- -I"${EPOCROOT}epoc32\include" -I"${EPOCROOT}epoc32\include\variant" -o"$@" -hC:\Symbian\9.1\S60_3rd\EPOC32\include\$(notdir $(basename $@)).rsg $<
	@echo 'Finished building: $<'
	@echo ' '


⌨️ 快捷键说明

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