one more try, export the lib during the libs phase

This commit is contained in:
bienvenu%netscape.com 1999-08-07 04:56:01 +00:00
Родитель 88340aa09b
Коммит fff8e61eca
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -83,10 +83,9 @@ LLIBS = \
include <$(DEPTH)/config/rules.mak>
export:: $(DLL)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
$(MAKE_INSTALL) $(DLL) $(DIST)\bin
install:: $(DLL)
libs:: $(DLL)
$(MAKE_INSTALL) .\$(OBJDIR)\$(DLLNAME).lib $(DIST)\lib
clobber::