mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-24 05:44:10 +00:00
fixed build bustage.
This commit is contained in:
parent
01f4be4059
commit
a748a81bc7
@ -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) \
|
||||
|
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user