bc.mak
author Claus Gittinger <cg@exept.de>
Mon, 21 Aug 2006 18:52:44 +0200
changeset 1851 a215683134e8
parent 1846 5dfdb045616f
child 1861 b4d6a31e6768
permissions -rw-r--r--
automatically generated by browser

# $Header: /cvs/stx/stx/libcomp/bc.mak,v 1.37 2006-08-21 16:52:44 cg Exp $
#
# DO NOT EDIT 
# automagically generated from the projectDefinition: stx_libcomp.
#
# 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=libcomp.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