Changes to allow project to build under Windows given the changes that have been made to remove Axis dependency.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user