]> git.saurik.com Git - wxWidgets.git/blame - src/regex/makefile.sc
Fixed tabs (i.e. turning into spaces...) Part 2...
[wxWidgets.git] / src / regex / makefile.sc
CommitLineData
5bfebd01
CE
1##############################################################################
2# Name: src/regex/makefile.sc
3# Purpose: build regex Digital Mars 8.33 compiler
4# Author: Chris Elliott
5# Created: 21.01.03
6# RCS-ID: $Id$
7# Licence: wxWindows licence
8##############################################################################
9
10WXDIR = ..\..
11
12include $(WXDIR)\src\makesc.env
13
14LIBTARGET=$(WXDIR)\lib\regex$(SC_SUFFIX).lib
15THISDIR=$(WXDIR)\src\regex
16
17# variables
18OBJECTS = \
19 $(THISDIR)\regcomp.obj \
20 $(THISDIR)\regexec.obj \
21 $(THISDIR)\regerror.obj \
22 $(THISDIR)\regfree.obj \
23
24include $(WXDIR)\src\makelib.sc
25