Added more makefiles; fixed some samples for Cygwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fed485e094
commit
dbda9e86f0
84 changed files with 1997 additions and 1578 deletions
17
samples/validate/makefile.unx
Normal file
17
samples/validate/makefile.unx
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#
|
||||
# File: makefile.unx
|
||||
# Author: Julian Smart
|
||||
# Created: 1998
|
||||
# Updated:
|
||||
# Copyright: (c) 1998 Julian Smart
|
||||
#
|
||||
# "%W% %G%"
|
||||
#
|
||||
# Makefile for validate example (UNIX).
|
||||
|
||||
PROGRAM=validate
|
||||
|
||||
OBJECTS=$(PROGRAM).o
|
||||
|
||||
include ../../src/makeprog.env
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue