]> git.saurik.com Git - wxWidgets.git/blame - src/regex/makefile.b32
preliminary implementation of wxEVT_MENU_OPEN/CLOSE for Mac
[wxWidgets.git] / src / regex / makefile.b32
CommitLineData
2cedc12a
CE
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
c88597ef 18
c88597ef
VZ
19
20OBJECTS= \
2cedc12a
CE
21 $(OBJ_PATH)\regcomp.obj \
22 $(OBJ_PATH)\regexec.obj \
23 $(OBJ_PATH)\regerror.obj \
24 $(OBJ_PATH)\regfree.obj
c88597ef
VZ
25
26# Pull in standard variable definitions
27
2cedc12a
CE
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
c88597ef
VZ
37!include ..\makelib.b32
38