]> git.saurik.com Git - wxWidgets.git/blame_incremental - src/regex/makefile.b32
missign app.h header
[wxWidgets.git] / src / regex / makefile.b32
... / ...
CommitLineData
1# File: makefile.b32
2# Author: Julian Smart
3# Created: 1993
4# Updated:
5# Copyright:
6#
7# "%W% %G%"
8#
9# Makefile : Builds TIFF library (BC++ 32-bit)
10
11# WXWIN and BCCDIR are set by parent make
12
13
14WXWIN=..\..
15LIBTARGET=regex
16
17!include ..\makeb32.env
18
19
20OBJECTS= \
21 $(OBJ_PATH)\regcomp.obj \
22 $(OBJ_PATH)\regexec.obj \
23 $(OBJ_PATH)\regerror.obj \
24 $(OBJ_PATH)\regfree.obj
25
26# Pull in standard variable definitions
27
28
29$(OBJ_PATH)\regcomp.obj: regcomp.c
30
31$(OBJ_PATH)\regexec.obj: regexec.c
32
33$(OBJ_PATH)\regerror.obj: regerror.c
34
35$(OBJ_PATH)\regfree.obj: regfree.c
36
37!include ..\makelib.b32
38