fixed build bustage.

This commit is contained in:
michaelp%netscape.com 1998-11-20 23:54:29 +00:00
parent 01f4be4059
commit a748a81bc7
2 changed files with 8 additions and 8 deletions

View File

@ -56,9 +56,9 @@ LINCS= \
!if defined(NGPREFS)
-I$(PUBLIC)\ngprefs \
!endif
ifdef MOZ_FULLCIRCLE
!ifdef MOZ_FULLCIRCLE
-I$(PUBLIC)\fullsoft \
endif
!endif
$(NULL)
MYLIBS= \
@ -79,9 +79,9 @@ MYLIBS= \
!if defined(NGPREFS)
ole32.lib \
!endif
ifdef MOZ_FULLCIRCLE
!ifdef MOZ_FULLCIRCLE
$(DIST)\lib\fullsoft.lib \
endif
!endif
$(NULL)
LLIBS= $(MYLIBS) \

View File

@ -55,9 +55,9 @@ LINCS= \
-I$(PUBLIC)\editor \
!endif
-I$(PUBLIC)\pref \
ifdef MOZ_FULLCIRCLE
!ifdef MOZ_FULLCIRCLE
-I$(PUBLIC)\fullsoft \
endif
!endif
$(NULL)
MYLIBS= \
@ -77,9 +77,9 @@ MYLIBS= \
$(DIST)\lib\ender.lib \
!endif
comdlg32.lib \
ifdef MOZ_FULLCIRCLE
!ifdef MOZ_FULLCIRCLE
$(DIST)\lib\fullsoft.lib \
endif
!endif
$(NULL)
LLIBS= $(MYLIBS) \