subdir.mk
来自「symbian s60 第3版下的音频播放程序」· MK 代码 · 共 26 行
MK
26 行
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
MIFDEF_SRCS += \$(ROOT)/gfx/AudioPlayer.mifdef
MIF_OBJS += \/Symbian/9.1/S60_3rd_MR/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/AudioPlayer.mif
MIF_OBJS_FOR_DEL += \\Symbian\9.1\S60_3rd_MR\EPOC32\RELEASE\WINSCW\UDEB\Z\resource\apps\AudioPlayer.mif
# Each subdirectory must supply rules for building sources it contributes
/Symbian/9.1/S60_3rd_MR/EPOC32/RELEASE/WINSCW/UDEB/Z/resource/apps/AudioPlayer.mif: $(ROOT)/gfx/AudioPlayer.mifdef
@echo 'Building file: $<'
@echo 'Invoking: MIF Compiler'
@echo perl -S epocmifdef.pl -p"C:\MyExam\AudioPlayer\" -hC:\Symbian\9.1\S60_3rd_MR\EPOC32\include\$(notdir $(basename $@)).mbg -o"$@" $<
@perl -S epocmifdef.pl -p"C:\MyExam\AudioPlayer\" -hC:\Symbian\9.1\S60_3rd_MR\EPOC32\include\$(notdir $(basename $@)).mbg -o"$@" $<
@echo 'Finished building: $<'
@echo ' '
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?