tagging release
[dasher.git] / trunk / Src / Common / Expat / bcb5 / makefile.mak
blob4ebac71b2378472a601ad83b5c92379c437c22c9
1 all: setup expat expatw elements outline xmlwf
3 setup:
4 setup
6 expat:
7 make -l -flibexpat.mak
9 expatw:
10 make -l -flibexpatw.mak
12 elements:
13 make -l -felements.mak
15 outline:
16 make -l -foutline.mak
18 xmlwf:
19 make -l -fxmlwf.mak
21 clean:
22 # works on Win98/ME
23 # deltree /y debug\obj
24 # works on WinNT/2000
25 del /s/f/q debug\obj
27 distclean:
28 # works on Win98/ME
29 # deltree /y debug\*.*
30 # works on WinNT/2000
31 del /s/f/q debug\*