new makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ac3c6ddba2
commit
4d1951eb95
2 changed files with 43 additions and 0 deletions
27
demos/makefile.g95
Normal file
27
demos/makefile.g95
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#
|
||||
# File: makefile.g95
|
||||
# Author: Julian Smart
|
||||
# Created: 1997
|
||||
# Updated:
|
||||
# Copyright:
|
||||
#
|
||||
# "%W% %G%"
|
||||
#
|
||||
# Makefile : Builds samples for Win95, Cygwin
|
||||
# info
|
||||
|
||||
# Set WXDIR for your system
|
||||
# SHELL=cmd.exe
|
||||
WXDIR = ..
|
||||
|
||||
THISDIR=$(WXDIR)/demos
|
||||
|
||||
# Mingw make may not have a shell to use, so can't use a loop here. Sigh.
|
||||
# Please add new sample directories alphabetically to make it easier to
|
||||
# keep track.
|
||||
all clean:
|
||||
-$(MAKE) -C bombs -f $(MAKEFILE) $@
|
||||
-$(MAKE) -C life -f $(MAKEFILE) $@
|
||||
-$(MAKE) -C forty -f $(MAKEFILE) $@
|
||||
-$(MAKE) -C fractal -f $(MAKEFILE) $@
|
||||
-$(MAKE) -C poem -f $(MAKEFILE) $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue