⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.vms

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 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 + -