📄 answerer.bor
字号:
# Makefile for building the Answerer exe with Borland C++ MakeNAME = AnswererNO_FULL_PATH=1OBJFILES = \ $(OBJDIR)\Answerer.$(OBJ_EXT) \ $(OBJDIR)\CommandModule.$(OBJ_EXT) \ $(OBJDIR)\CommandStream.$(OBJ_EXT) \ $(OBJDIR)\CommandTask.$(OBJ_EXT) \ $(OBJDIR)\CommandTasks.$(OBJ_EXT) \ $(OBJDIR)\RecordingDevice_Text.$(OBJ_EXT) \ $(OBJDIR)\RecordingDeviceFactory.$(OBJ_EXT)LFLAGS = \ -L"." \ -j"." \ -L"..\..\..\lib" \ -j"..\..\..\lib" LIBFILES = \ ACE$(LIB_DECORATOR).lib \ $(DUMMY_VALUE_NOT_ENDING_IN_BACKSLASH)!ifdef STATICLIB_FLAGS = \ -DACE_AS_STATIC_LIBS!else!endifCFLAGS = \ -I"..\..\.." \ $(LIB_FLAGS) \ $(DLL_FLAGS)CPPDIR = .CDIR = .INCDIR_NAME = examples\APG\Streams## Override defaults in outputdir.bor#INCLUDES_INSTALL=1BASE_BINDIR = .!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>includes_install: $(INCLUDES) -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y CommandModule.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\CommandModule.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y CommandStream.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\CommandStream.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y CommandTask.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\CommandTask.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y CommandTasks.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\CommandTasks.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y RecordingDevice_Text.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\RecordingDevice_Text.h 1> NUL -@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\. -© /Y RecordingDeviceFactory.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\RecordingDeviceFactory.h 1> NUL
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -