source: main/trunk/gs2-core/build-src/src/win32.mak

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

Lots of improvements, particularly to Windows makefiles.

File size: 429 bytes
Line 
1###########################################################################
2#
3# win32.mak -- Makefile for build-src\src
4#
5# By Michael Dewsnip
6#
7# Copyright (C) 2010 DL Consulting Ltd.
8#
9###########################################################################
10
11
12all:
13 cd java\org\nzdl\gsdl && winMake.bat all
14
15install:
16 copy java\org\nzdl\gsdl\ApplyXSLT.jar ..\..\bin\java
17
18clean:
19 cd java\org\nzdl\gsdl && winMake.bat clean
Note: See TracBrowser for help on using the repository browser.