?? makefile
字號:
RTS_HOME = D:/Program Files/Rational/Rose RealTime/C++/TargetRTSinclude <$(RTS_HOME)/codegen/rtgen.mk>MODEL = "D:/Program Files/Rational/Rose RealTime/Tutorials/cardgame/cardgame_step2.rtmdl"COMPONENT = "Component View::CardGameComponent"RTGEN_FLAGS = -model $(MODEL) -component $(COMPONENT) -spacedeps dqinclude <RTSystem/CardGameComponent.dep>TARGETS = $(CardGameComponent_SYSTARGET)RTGENERATE_TARGET = $(TARGETS)RTGENERATE_DAT = rtgenerate.datRTgenerate : $(RTGENERATE_TARGET).PRECIOUS : $(TARGETS)$(CardGameComponent_SYSTARGET) : $(CardGameComponent_SYSDEPS) $(RTGENERATE_DAT) $(RTGEN) $(RTGEN_FLAGS) -system
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -