nt.mak
author Claus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 01:58:25 +0200
changeset 2165 308101564aa0
parent 2164 b738818ff1f1
child 2169 363b2d4fc4aa
permissions -rw-r--r--
automatically generated by browser

# $Header: /cvs/stx/stx/libview2/Attic/nt.mak,v 1.53 2006-08-22 23:58:21 cg Exp $
#
# DO NOT EDIT 
# automagically generated from the projectDefinition: stx_libview2.
#
# 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=libview2.res


LIBJPEG_DIR=$(TOP)\support\libjpeg-6a
LIBJPEG=$(LIBJPEG_DIR)\libjpeg.lib
CLOCAL_INCL=-I"$(LIBJPEG_DIR)"
LOCALLIBS=$(LIBJPEG)


OBJS= $(COMMON_OBJS) $(WIN32_OBJS)

ALL::  $(LIBJPEG) $(LIBDIR)\$(LIBNAME).lib $(BINDIR)\$(LIBNAME).dll

!INCLUDE $(TOP)\rules\stdRules_nt


$(LIBJPEG):
        cd $(LIBJPEG_DIR)
        bmake
        cd ..\..\libview2

$(OUTDIR)JPEGReader.$(O):: $(LIBJPEG_DIR)\jconfig.h

$(LIBJPEG_DIR)\jconfig.h: $(LIBJPEG)


# BEGINMAKEDEPEND --- do not remove this line; make depend needs it
# ENDMAKEDEPEND --- do not remove this line