hooking up proxy to the WINDOWS makefile

This commit is contained in:
dougt%netscape.com 1999-05-08 20:55:24 +00:00
Родитель bff302c61c
Коммит 4241830fff
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -22,6 +22,6 @@ IGNORE_MANIFEST=1
# Build xpidl first, so it's available to process idl.
# Explicitly recur into libxpt/xptinfo and libxpt/xptcall,
# as they depend on xpidl and can't be in the DIRS for libxpt.
DIRS=libxpt tools\xpidl public src libxpt\xptinfo libxpt\xptcall tests
DIRS=libxpt tools\xpidl public src libxpt\xptinfo libxpt\xptcall proxy tests
include <$(DEPTH)\config\rules.mak>