bc.mak
author Claus Gittinger <cg@exept.de>
Mon, 28 Aug 2006 17:22:06 +0200
changeset 7033 0f34513214cc
parent 7024 367bf01c6741
child 7046 42eaf62f2438
permissions -rw-r--r--
automatically generated by browser

# $Header: /cvs/stx/stx/libtool/bc.mak,v 1.56 2006-08-28 15:22:06 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


# see stdHeader_nt for LIBTOOL_BASE
# LIBTOOL_BASE   =0x64800000
LIB_BASE_LD_ARG=-b:$(LIBTOOL_BASE)


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