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

📄 makefile.win32

📁 MICO2.3.13 corba 环境平台
💻 WIN32
字号:
all:  testRELATIVE=..\..\..!include ../../MakeVars.win32INSTALL_DIR     = obv/customINSTALL_SRCS    = README Makefile test.cc custom.idl custom_impl.cc \		  custom_impl.hINSTALL_SCRIPTS = customtest: custom.h custom_impl.h custom.obj test.obj custom_impl.obj $(DEPS)	$(LD) $(LDFLAGS) custom.obj test.obj custom_impl.obj $(LDLIBS) /out:test.execustom.h custom.cc : custom.idl	$(IDL) custom.idlrun:	custom.batclean:	-$(RM) /Q custom.cc custom.h	-$(DELETE)

⌨️ 快捷键说明

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