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

📄 queues.bor

📁 ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过
💻 BOR
字号:
# Makefile for building the Queues exe with Borland C++ Make



NAME = Queues



NO_FULL_PATH=1



OBJFILES = \

	$(OBJDIR)\Queues.$(OBJ_EXT)



LFLAGS = \

        -L"." \

        -j"."  \

        -L"..\..\..\lib" \

        -j"..\..\..\lib" 



LIBFILES = \

	ACE$(LIB_DECORATOR).lib \

	$(DUMMY_VALUE_NOT_ENDING_IN_BACKSLASH)



!ifdef STATIC

LIB_FLAGS = \

        -DACE_AS_STATIC_LIBS

!else

!endif



CFLAGS = \

	-I"..\..\.." \

	$(LIB_FLAGS) \

	$(DLL_FLAGS)



CPPDIR = .

CDIR   = .



INCDIR_NAME = examples\APG\Containers



#

# Override defaults in outputdir.bor

#

INCLUDES_INSTALL=1



BASE_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)\.

	-&copy /Y DataElement.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\DataElement.h 1> NUL

	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.

	-&copy /Y Hash_Map_Hash.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\Hash_Map_Hash.h 1> NUL

	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.

	-&copy /Y KeyType.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\KeyType.h 1> NUL

	-@if not exist $(INSTALL_DIR)\include\$(INCDIR_NAME)\. mkdir $(INSTALL_DIR)\include\$(INCDIR_NAME)\.

	-&copy /Y RB_Tree_Functors.h $(INSTALL_DIR)\include\$(INCDIR_NAME)\RB_Tree_Functors.h 1> NUL

⌨️ 快捷键说明

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