General cleanup.

git-svn-id: svn://10.0.0.236/trunk@46915 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-09-11 01:43:34 +00:00
parent 211e2ec70c
commit 661307307a
4 changed files with 20 additions and 22 deletions

View File

@@ -1,3 +1,4 @@
#
# 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
@@ -12,30 +13,27 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
PROGRAM = Convert
CPPSRCS = \
Convert.cpp \
nsSetupRegistry.cpp \
$(NULL)
PROGRAM = Convert
LIBS = \
-lraptorhtmlpars \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk