Skip to content
Snippets Groups Projects
Commit 2ebc0a5b authored by rginda%netscape.com's avatar rginda%netscape.com
Browse files

-- NOT PART OF THE BUILD --

Conditionally build lcshell w/ jdk 1.1.8 or 1.2.2 on windows
parent 737d9fb1
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,18 @@
# the provisions above, a recipient may use your version of this
# file under either the NPL or the GPL.
JDK = c:/jdk1.1.6
ifeq ($(JDKVER),1_2_2)
INCLUDES += -I$(JDK)/include -I$(JDK)/include/win32
JDK = c:/jdk1.2.2
OTHER_LIBS += $(JDK)/lib/jvm.lib ../$(OBJDIR)/js32.lib
else
JDK = c:/jdk1.1.8
OTHER_LIBS += $(JDK)/lib/javai.lib ../$(OBJDIR)/js32.lib
endif
INCLUDES += -I$(JDK)/include -I$(JDK)/include/win32
JSDLL_CFLAGS =
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment