Changes to allow project to build under Windows given the changes that have been made to remove Axis dependency.

This commit is contained in:
Juan Carlos Luciani
2007-03-16 23:48:58 +00:00
parent 08f9d3ac9d
commit 33a49c686a
18 changed files with 464 additions and 525 deletions

View File

@@ -28,6 +28,7 @@ ROOT = ../..
LIB = lib
LIBDIR = $(ROOT)/$(LIB)
LOG4J_JARS_DIR = ../../Svc/external/log4j/logging-log4j-1.2.14/dist/lib
JAVAC= javac
@@ -41,7 +42,7 @@ BUILDDIR = ../build
CLASSES = $(addprefix $(BUILDDIR)/, $(JAVAFILES:%.java=%.class))
LIBS = ..\..\Svc\external\log4j-1.2.8.jar
LIBS = $(LOG4J_JARS_DIR)/log4j-1.2.14.jar
CLASSPATH = $(LIBDIR)/java/CasaAuthToken.jar;$(LIBS)
CUR_DIR := $(shell pwd)