Ignore:
Timestamp:
2010-09-01T17:25:37+12:00 (14 years ago)
Author:
mdewsnip
Message:

Lots of improvements, particularly to Windows makefiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/common-src/packages/expat/win32.mak

    r22762 r22832  
     1###########################################################################
     2#
     3# win32.mak -- Windows Makefile for common-src\packages\expat
     4#
     5# By Michael Dewsnip
     6#
     7# Copyright (C) 2010  DL Consulting Ltd.
     8#
     9###########################################################################
     10
    111
    212all:
    3     (cd expat-1.95.8 && $(MAKE) /f win32.mak all)
     13    cd expat-1.95.8 && $(MAKE) /f win32.mak all install
     14
     15install:
     16    cd expat-1.95.8 && $(MAKE) /f win32.mak install
    417
    518clean:
    6     (cd expat-1.95.8 && $(MAKE) /f win32.mak clean)
    7 
    8 install:
    9     (cd expat-1.95.8 && $(MAKE) /f win32.mak install)
     19    cd expat-1.95.8 && $(MAKE) /f win32.mak clean
Note: See TracChangeset for help on using the changeset viewer.