📄 oopic.pro
字号:
######################################################################## File: oopic.pro## Purpose: Defines the top level oopic Makefile## Version: $Id: oopic.pro,v 1.2 2000/07/06 16:07:32 bruhwile Exp $## Copyright Tech-X Corporation 1999. All rights reserved.################################################################################### tmake stuff###########TEMPLATE = oopicCONFIG = cxx develop topdir ############ Other directories in the hierarchy###########TOP_DIR = .THIS_DIR = oopicTXCORP_DIR =PROJ_DIR = $(HOME)/projectsRULES_DIR = $(PROJ_DIR)/projrulesRULES_FILE = $(RULES_DIR)/$(PROJ_ENV)/rulesCLASSES_DIR =# Where to put documentationDOCS_DIR = docsDOCS_PACKAGES =THIS_PACKAGE =# Where to build librariesPROJ_LIB_DIR = lib############ The various subdirectories###########IDL_DIRS =PURE_JAVA_DIRS =PURE_CXX_DIRS = physics advisor xg qtgLINKED_DIRS =############ Distribution variables.## Below is a complete list of distribution variables############ The DIST_* variables denote items for all distributionsDIST_DIR = ./txmathDIST_DIRS = physics advisor xgDIST_CXX_DIRS = physics advisor xgDIST_EXTS = DIST_ITEMS = LICENSE.TXTDIST_MSVC_DIRS = # The variables describing extra files needed by each of# the DIST_TYPE's: UNIX_EQ, BORLAND, WIN32_MWERKS, MACOS_MWERKS, MSVCUNIX_EQ_ITEMS = README README.BENCHMARK README.INSTALL README.PARALLEL SOLARIS.NOTESUNIX_EQ_EXTS =BORLAND_ITEMS = BORLAND_EXTS =MSVC_ITEMS = MSVC_EXTS =WIN32_MWERKS_ITEMS = WIN32_MWERKS_EXTS =MACOS_MWERKS_ITEMS = MACOS_MWERKS_EXTS =
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -