source: main/trunk/greenstone2/common-src/packages/expat/win32.mak@ 28101

Last change on this file since 28101 was 22817, checked in by ak19, 14 years ago

Fixing up makefiles to work with recent changes DLConsulting made related to expat (expat now set up like on Linux: it is compiled up rather than obtained from a zip file).

File size: 203 bytes
Line 
1
2all:
3 (cd expat-1.95.8 && $(MAKE) /f win32.mak all)
4
5clean:
6!IF EXIST (expat-1.95.8)
7 (cd expat-1.95.8 && $(MAKE) /f win32.mak clean)
8!ENDIF
9
10install:
11 (cd expat-1.95.8 && $(MAKE) /f win32.mak install)
Note: See TracBrowser for help on using the repository browser.