fix for bug 65506

a=jonsmirl@mediaone.net
r=sdv@sparc.spb.su


git-svn-id: svn://10.0.0.236/trunk@85096 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sdv%sparc.spb.su
2001-01-18 22:55:48 +00:00
parent b807b06014
commit bdcd188229

View File

@@ -28,7 +28,7 @@ srcdir = .
VPATH = .
MAKE_OBJ_TYPE=DLL
MODULE=javaSample
MODULE=bcBlackConnectInit
COMPONENT=1
DLLNAME=$(MODULE)
DLL=.\$(OBJDIR)\$(DLLNAME).dll
@@ -43,7 +43,7 @@ LLIBS=$(LLIBS) $(LIBNSPR) $(DIST)\lib\xpcom.lib
include <$(DEPTH)\config\rules.mak>
COMPONENT=bcBlackConnectInit
CLASSES=bcIBlackConnectInit.class bcJavaSample.class
CLASSES=bcIBlackConnectInit.class
$(COMPONENT).jar.comp: manifest $(CLASSES)
$(JDKHOME)\bin\jar cvfm $(COMPONENT).jar.comp manifest *.class