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

📄 dir.mk

📁 编译工具
💻 MK
字号:
#CXXDEBUGFLAGS = -gifdef Win32Platformifdef OMNINAMES_LOG_DEFAULT_LOCATIONDEFAULT_LOGDIR = $(OMNINAMES_LOG_DEFAULT_LOCATION)elseDEFAULT_LOGDIR = C:\\TEMPendifDIR_CPPFLAGS = -I. $(CORBA_CPPFLAGS) -DDEFAULT_LOGDIR='"$(DEFAULT_LOGDIR)"'elseifdef OMNINAMES_LOG_DEFAULT_LOCATIONDEFAULT_LOGDIR = $(OMNINAMES_LOG_DEFAULT_LOCATION)elseDEFAULT_LOGDIR = /var/omniNamesendifDIR_CPPFLAGS = -I. $(CORBA_CPPFLAGS) -DDEFAULT_LOGDIR='"$(DEFAULT_LOGDIR)"'endifCXXSRCS = omniNames.cc NamingContext_i.cc log.ccomniNames = $(patsubst %,$(BinPattern),omniNames)all:: $(omniNames)clean::	$(RM) $(omniNames)export:: $(omniNames)	@$(ExportExecutable)ifdef INSTALLTARGETinstall:: $(omniNames)	@$(InstallExecutable)endifOBJS = $(CXXSRCS:.cc=.o)$(omniNames): $(OBJS) $(CORBA_LIB_NODYN_DEPEND)	@(libs="$(CORBA_LIB_NODYN)"; $(CXXExecutable))

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -