xml/xmlexpatparser/src/expat-1.95.5/bcb5/makefile.mak
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:37:34 +0100
branchRCL_3
changeset 21 604ca70b6235
parent 0 e35f40988205
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201014 Kit: 201035

all: setup expat expatw elements outline xmlwf

setup:
 setup

expat:
 make -l -flibexpat.mak

expatw:
 make -l -flibexpatw.mak

elements:
 make -l -felements.mak

outline:
 make -l -foutline.mak

xmlwf:
 make -l -fxmlwf.mak

clean:
# works on Win98/ME
# deltree /y debug\obj
# works on WinNT/2000
 del /s/f/q debug\obj

distclean:
# works on Win98/ME
# deltree /y debug\*.*
# works on WinNT/2000
 del /s/f/q debug\*