bc.mak
author Claus Gittinger <cg@exept.de>
Thu, 24 Aug 2006 15:12:36 +0200
changeset 1679 50b11504880b
parent 1660 f469e0b1fbc1
child 1694 ec950f4f7544
permissions -rw-r--r--
automatically generated by browser

# $Header: /cvs/stx/stx/libbasic3/bc.mak,v 1.55 2006-08-24 13:12:36 cg Exp $
#
# DO NOT EDIT 
# automagically generated from the projectDefinition: stx_libbasic3.
#
# 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=libbasic3.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