Was in Attic but not dead.
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
|
||||
TOP=../../../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
|
||||
|
||||
PROD_LIBS := cas ca gdd Com
|
||||
cas_DIR = $(INSTALL_LIB)
|
||||
ca_DIR = $(INSTALL_LIB)
|
||||
gdd_DIR = $(INSTALL_LIB)
|
||||
Com_DIR = $(INSTALL_LIB)
|
||||
|
||||
#
|
||||
# Added winmm user32 for the non-dll build
|
||||
#
|
||||
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
|
||||
|
||||
SRCS += main.cc
|
||||
SRCS += directoryServer.cc
|
||||
|
||||
PROD = caDirServ
|
||||
|
||||
include $(TOP)/configure/RULES_BUILD
|
||||
|
||||
pcaDirServ: $(PROD_OBJS) $(PRODDEPLIBS)
|
||||
$(PURIFY) $(PROD_LINKER) $(PROD_OBJS) $(LDLIBS)
|
||||
|
||||
clean::
|
||||
@$(RM) caDirServ
|
||||
@$(RM) pcaDirServ
|
||||
@$(RM) -rf Templates.DB
|
||||
@$(RM) core
|
||||
|
||||
Reference in New Issue
Block a user