Necessary changes to get webclient running on Win32 with new nsIProfile stuff.

This commit is contained in:
edburns%acm.org 2001-05-24 22:38:40 +00:00
Родитель 5fe3250b5a
Коммит 29b8dbe5a8
4 изменённых файлов: 9 добавлений и 7 удалений

Просмотреть файл

@ -40,6 +40,7 @@ ifneq ($(BUILD_WEBCLIENT_ONLY),)
DIRS = external \
util \
dom \
xpcom \
webclient
else
ifneq ($(BUILD_BLACKCONNECT_ONLY),)
@ -51,9 +52,9 @@ ifneq ($(BUILD_BLACKWOOD),)
DIRS = external \
util \
dom \
xpcom \
webclient \
plugins \
xpcom
plugins
endif
endif
endif

Просмотреть файл

@ -50,6 +50,7 @@ DIRS = external \
DIRS = external \
util \
dom \
xpcom \
webclient
!else
!ifdef BUILD_BLACKCONNECT_ONLY
@ -61,9 +62,9 @@ DIRS = external \
DIRS = external \
util \
dom \
xpcom \
webclient \
plugins \
xpcom
plugins
!endif
!endif
!endif

Просмотреть файл

@ -37,10 +37,10 @@ include ..\config\rules.mak
import: $(JAVAXPIDLSRCS)
$(JAVAXPIDLSRCS) :
cp $(DEPTH)\dist\idl\$(@F) .
copy $(DEPTH)\dist\idl\$(@F) .
mvjava2stubs:
move *.java ..\classes_spec\org\mozilla\webclient\stubs
copy *.java ..\classes_spec\org\mozilla\webclient\stubs
chPackageinStubs:
perl.exe chPackage.pl win nsIProfile.java "org.mozilla.webclient.stubs"

Просмотреть файл

@ -61,7 +61,7 @@ if ($ARGV[0] eq "unix") {
exec $cmd;
}
else {
$cmd = "move tmp.tmp $ARGV[1]";
$cmd = "copy tmp.tmp $ARGV[1]";
exec $cmd;
$cmd = "del tmp.tmp";
exec $cmd;