nt.mak
author Claus Gittinger <cg@exept.de>
Sat, 26 Aug 2006 12:56:31 +0200
changeset 7000 3302ab5a819e
parent 6985 2dbc9b0d7236
child 7018 a4eabeab57bd
permissions -rw-r--r--
cleanup

# $Header: /cvs/stx/stx/libtool/Attic/nt.mak,v 1.53 2006-08-24 21:13:56 cg Exp $
#
# DO NOT EDIT 
# automagically generated from the projectDefinition: stx_libtool.
#
# Warning: once you modify this file, do not rerun
# stmkmp or projectDefinition-build again - otherwise, your changes are lost.
#
# This file contains make rules for the win32 platform (using borland-bcc).
#
TOP=..\..\stx

!INCLUDE $(TOP)\rules\stdHeader_nt

!INCLUDE Make.spec

LOCALINCLUDES=

STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H$(INCLUDE) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
RESFILES=libtool.res



OBJS= $(COMMON_OBJS) $(WIN32_OBJS)

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

!INCLUDE $(TOP)\rules\stdRules_nt



# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
# ENDMAKEDEPEND --- do not remove this line