new makefile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
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) $@
|
16
samples/richedit/makefile.g95
Normal file
16
samples/richedit/makefile.g95
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# File: makefile.g95
|
||||
# Author: Julian Smart
|
||||
# Created: 1999
|
||||
# Updated:
|
||||
# Copyright: (c) Julian Smart, 1999
|
||||
#
|
||||
# Makefile for wxWindows sample (Cygwin/Mingw32).
|
||||
|
||||
WXDIR = ../..
|
||||
|
||||
TARGET=wxLayout
|
||||
OBJECTS = $(TARGET).o kbList.o wxllist.o wxlparser.o wxlwindow.o
|
||||
|
||||
include $(WXDIR)/src/makeprog.g95
|
||||
|
Reference in New Issue
Block a user