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

Last change on this file since 22761 was 22761, checked in by mdewsnip, 14 years ago

Instead of having two copies of expat in Greenstone (one for Linux and one for Windows), added Windows makefiles into the version in common-src/packages/expat. This means we can remove the Windows-only version in common-src/packages/windows/expat, and also means that expat now works the same as SQLite.

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