nt.mak
author Claus Gittinger <cg@exept.de>
Fri, 30 Jan 1998 12:24:57 +0100
changeset 1440 6a68adba9c33
parent 1177 9da32ab06646
child 1485 83812b257ff5
permissions -rw-r--r--
allow configuration of diff command; preset correctly for UNIX & MSDOS

#
# $Header: /cvs/stx/stx/libtool/Attic/nt.mak,v 1.6 1997-05-01 11:27:12 cg Exp $
#

TOP=..

!INCLUDE $(TOP)\rules\stdHeader_nt

LIBNAME=libtool
LIB_BASE=$(LIBTOOL_BASE)

STCLOCALOPT=+optspace3 "-package=programming-tools-(stx:$(LIBNAME))" $(COMMONSYMBOLS) $(SEPINITCODE) $(LINKILC)

ALL: $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll

OBJS= \
	SBrowser.$(O)                     \
	BrwsrView.$(O)                    \
	CBrowser.$(O)                     \
	DebugView.$(O)                    \
	Launcher.$(O)                     \
	InspView.$(O)                     \
	  SetInspV.$(O)                   \
	  DictInspV.$(O)                  \
	  OCInspView.$(O)                 \
	  ConInspV.$(O)                   \
	FBrowser.$(O)                    

!INCLUDE $(TOP)\rules\stdRules_nt