X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c88597ef2645c2e2102bc6fc1e16dde4812df313..adf2eb2d343159326a68ba1a9b1a76f60f30d937:/src/regex/makefile.b32 diff --git a/src/regex/makefile.b32 b/src/regex/makefile.b32 index 54a6e2cfac..cfb29c0529 100644 --- a/src/regex/makefile.b32 +++ b/src/regex/makefile.b32 @@ -1,13 +1,38 @@ +# File: makefile.b32 +# Author: Julian Smart +# Created: 1993 +# Updated: +# Copyright: +# +# "%W% %G%" +# +# Makefile : Builds TIFF library (BC++ 32-bit) + +# WXWIN and BCCDIR are set by parent make + + +WXWIN=..\.. +LIBTARGET=regex + +!include ..\makeb32.env -LIBTARGET=$(WXDIR)\lib\regex.lib OBJECTS= \ - regcomp.o \ - regexec.o \ - regerror.o \ - regfree.o + $(OBJ_PATH)\regcomp.obj \ + $(OBJ_PATH)\regexec.obj \ + $(OBJ_PATH)\regerror.obj \ + $(OBJ_PATH)\regfree.obj # Pull in standard variable definitions + +$(OBJ_PATH)\regcomp.obj: regcomp.c + +$(OBJ_PATH)\regexec.obj: regexec.c + +$(OBJ_PATH)\regerror.obj: regerror.c + +$(OBJ_PATH)\regfree.obj: regfree.c + !include ..\makelib.b32