Use EXPORTS instead of installing headers by hand.

Bug #98371 sr=alecf
This commit is contained in:
cls%seawood.org 2001-09-23 07:21:04 +00:00
Родитель 33568d1447
Коммит 40e69e2987
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -47,8 +47,7 @@ MAKE_OBJ_TYPE=EXE
#// install headers
#//
#//------------------------------------------------------------------------
INSTALL_DIR=$(XPDIST)\include
INSTALL_FILE_LIST= nsres.h cdefs.h mcom_db.h ncompat.h winfile.h
EXPORTS=nsres.h cdefs.h mcom_db.h ncompat.h winfile.h
#//------------------------------------------------------------------------
#//
@ -59,5 +58,3 @@ include <$(DEPTH)/config/rules.mak>
CFLAGS = $(CFLAGS) -DMOZILLA_CLIENT
export:: INSTALL_FILES