bc.mak
author Claus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 02:04:33 +0200
changeset 3030 260c7aef281d
parent 3024 03cb3e1f99d9
child 3036 4d0f3d006d3c
permissions -rw-r--r--
*** empty log message ***

# $Header: /cvs/stx/stx/libwidg2/bc.mak,v 1.51 2006-08-23 00:04:33 cg Exp $
#
# DO NOT EDIT
# automagically generated from the projectDefinition: stx_libwidg2.
#
# 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=

PACKAGE=$(MODULE):$(MODULE_DIR)
STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) -H$(INCLUDE) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) $(COMMONSYMBOLS) -varPrefix=$(LIBNAME)
RESFILES=libwidg2.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