bc.mak
author Claus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 11:47:33 +0200
changeset 3349 bdad0e890e89
parent 3344 2bcdc1589b56
child 3362 0c0800d2afb2
permissions -rw-r--r--
automatically generated by browser

# $Header: /cvs/stx/stx/libwidg/bc.mak,v 1.34 2006-08-23 09:47:33 cg Exp $
#
# DO NOT EDIT 
# automagically generated from the projectDefinition: stx_libwidg.
#
# 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=libwidg.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