removing reliance on manifest files

This commit is contained in:
sar 1998-03-30 23:15:36 +00:00
Родитель 451a399504
Коммит cbcd23f1de
1 изменённых файлов: 14 добавлений и 0 удалений

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

@ -1,3 +1,4 @@
IGNORE_MANIFEST=1
# The contents of this file are subject to the Netscape Public License
# Version 1.0 (the "NPL"); you may not use this file except in
# compliance with the NPL. You may obtain a copy of the NPL at
@ -47,6 +48,19 @@ LLIBS = $(LLIBS) $(LLIBS32)
LLIBS = $(LLIBS) $(LLIBS16)
!endif
MODULE=winprefs
DEPTH=..\..\..\..\..
REQUIRES=dllcom winprefs pref dbm nspr js
CPPSRCS=edpref.cpp pages.cpp edpages.cpp
CPP_OBJS=.\$(OBJDIR)\edpref.obj .\$(OBJDIR)\pages.obj \
.\$(OBJDIR)\edpages.obj
!if "$(MOZ_BITS)" != "16"
LINCS=-I$(XPDIST)\public\dllcom -I$(XPDIST)\public\winprefs \
-I$(XPDIST)\public\pref -I$(XPDIST)\public\dbm \
-I$(XPDIST)\public\nspr -I$(XPDIST)\public\js
!endif
!include "$(MOZ_SRC)\ns\config\rules.mak"
libs:: $(DLL)