33 |
|
|
34 |
|
## Compiler Information |
35 |
|
JCLIBS = $(LIBDIR)/idl.jar:$(LIBDIR)/jacorb.jar:$(LIBDIR)/jaxp.jar:$(LIBDIR)/parser.jar |
36 |
< |
JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):. |
36 |
> |
##### Added $(SERVERROOT)/idl - this may not be a good thing, but it helps dependencies. |
37 |
> |
JCCLASSPATH = $(JCLIBS):$(SERVERROOT):$(BUILD):$(SERVERROOT)/idl:. |
38 |
|
|
39 |
|
## Package information |
40 |
|
|
50 |
|
|
51 |
|
# Name of JAR file (will be created in BUILD) |
52 |
|
PACKAGE = iscream.jar |
53 |
+ |
UTILPACKAGE = iscream-util.jar |
54 |
|
# Main-class to be added to the Manifest |
55 |
|
MAINCLASS = uk.ac.ukc.iscream.componentmanager.ComponentManager |
56 |
|
# Class-path to be added to the Manifest |