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

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

Changing all the configure scripts and makefiles I created (from scratch, to use autoconf and automake) to have my name and copyright DL Consulting Ltd.

File size: 448 bytes
Line 
1###########################################################################
2#
3# win32.mak -- Windows Makefile for build-src
4#
5# By Michael Dewsnip
6#
7# Copyright (C) 2010 DL Consulting Ltd.
8#
9###########################################################################
10
11
12SUBDIRS = src
13
14
15all: win32.mak $(SUBDIRS)
16
17install: win32.mak $(SUBDIRS)
18
19$(SUBDIRS): FORCE
20 cd "$@"
21 $(MAKE) /f win32.mak
22 $(MAKE) /f win32.mak install
23 cd "$(MAKEDIR)"
24
25FORCE:
Note: See TracBrowser for help on using the repository browser.