📄 makefile.vms
字号:
#************************************************************************# Makefile for resource under VMS# by Stefan Hammes# (incomplete) update history:# 11.04.95#************************************************************************#************************************************************************# Definition section# (cave: definitions and includes must begin with ',')#************************************************************************APPOPTS = APPDEFS = APPINCS = #************************************************************************# Module section#************************************************************************# Name of main moduleMAIN = resource# Object modules of the application.OBJS = resource.obj.include [--.src]makevms.env# main dependency$(MAIN).exe : $(MAIN).$(OBJ) $(LINK) $(LINKFLAGS) /exec=$(MAIN).exe $(MAIN).$(OBJ),$(WXLIB)/lib,$(OPTSFILE)/option - purge *.exe#************************************************************************# Header file depedencies following#************************************************************************resource.obj : resource.cc resource.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -