sync up changes from the build submitted to Germany

This commit is contained in:
soochoi
2006-03-28 17:36:31 +00:00
parent 0b3db62210
commit 189777ec3c
24 changed files with 83 additions and 266 deletions

View File

@@ -40,13 +40,9 @@ EXTRA_DIST = $(CSFILES) *.sh CASAManager.* help/en/*.htm help/en/*.gif \
CASAROOT = ..
if cpu_64
CASALIBDIR = $(CASAROOT)/lib64/$(TARGET_CFG)
else
CASALIBDIR = $(CASAROOT)/lib/$(TARGET_CFG)
endif
CASALIBDIR = $(CASAROOT)/$(LIB)/$(TARGET_CFG)
if cpu_64
if LIB64
CASABINDIR = $(CASAROOT)/bin64
else
CASABINDIR = $(CASAROOT)/bin
@@ -87,11 +83,7 @@ CS_LIBS =$(CASALIBDIR)/Novell.CASA.Common.dll \
CS_LIBPATH = ../c_micasad/test/dependencies \
$(CASALIBDIR)
if cpu_64
OBJDIR = ./$(TARGET_CFG)/lib64
else
OBJDIR = ./$(TARGET_CFG)/lib
endif
OBJDIR = ./$(TARGET_CFG)/$(LIB)
#OBJS = $(addprefix $(OBJDIR)/, $(CSFILES:%.dll=%.cs))