📄 makefile
字号:
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
ROOT := ..
-include $(ROOT)/makefile.init
RM := del /s/q
# All of the sources participating in the build are defined here
-include sources.mk
-include $(SUBDIRS:%=%/subdir.mk)
-include objects.mk
ifneq ($(strip $(DEPS)),)
-include $(DEPS)
endif
-include $(ROOT)/makefile.defs
# Add inputs and outputs from these tool invocations to the build variables
# All Target
all: secondary-outputs C:/Symbian/9.1/S60_3rd_MR/epoc32/release/WINSCW/UDEB/TestNote.exe $(SIS_OBJS)
# Tool invocations
C:/Symbian/9.1/S60_3rd_MR/epoc32/release/WINSCW/UDEB/TestNote.exe: $(OBJS) $(USER_OBJS)
@echo 'Building target: $@'
@echo 'Invoking: WINSCW C/C++ Linker'
@echo mwldsym2.exe -sym full -subsystem windows -msgstyle parseable -nowraplines -nodefaultlibs -stdlib -noimplib -m="?_E32Bootstrap@@YGXXZ" -L"${EPOCROOT}epoc32\release\winscw\udeb" -o "$@" -search $(OBJS) $(USER_OBJS) $(LIBS)
@mwldsym2.exe -sym full -subsystem windows -msgstyle parseable -nowraplines -nodefaultlibs -stdlib -noimplib -m="?_E32Bootstrap@@YGXXZ" -L"${EPOCROOT}epoc32\release\winscw\udeb" -o "$@" -search $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(AIF_OBJS_FOR_DEL)$(LINKER_OUTPUT_TYPES_OUTPUTS_FOR_DEL)$(OBJS_FOR_DEL)$(MIF_OBJS_FOR_DEL)$(RSC_OBJS_FOR_DEL)$(DEF_OBJS_FOR_DEL)$(DEPS_FOR_DEL)$(MBM_OBJS_FOR_DEL) C:\Symbian\9.1\S60_3rd_MR\epoc32\release\WINSCW\UDEB\TestNote.exe
-@echo ' '
secondary-outputs: $(MBM_OBJS) $(MIF_OBJS) $(RSC_OBJS)
.PHONY: all clean dependents
.SECONDARY:
-include $(ROOT)/makefile.targets
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -