]> git.saurik.com Git - wxWidgets.git/blame - src/makelib.sc
Program args fix for WinCE
[wxWidgets.git] / src / makelib.sc
CommitLineData
d56327cd
CE
1##############################################################################
2# Name: src/makelib.sc
3# Purpose: build library Digital Mars 8.33 compiler
4# Author: Chris Elliott
5# Created: 21.01.03
6# RCS-ID: $Id$
7# Licence: wxWindows licence
8##############################################################################
9
10
11
12
13all: $(LIBTARGET)
14
15$(LIBTARGET): $(OBJECTS)
16 lib -c $(LIBTARGET) $(OBJECTS)
17
18
19clean:
20 -del $(THISDIR)\*.obj
21 -del $(LIBTARGET)
22