forgotten files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-10-29 17:55:14 +00:00
parent 36f210c81e
commit 669a6e11ae
2 changed files with 74 additions and 0 deletions

21
samples/font/Makefile.in Normal file
View File

@@ -0,0 +1,21 @@
#
# File: makefile.unx
# Author: Julian Smart
# Created: 1998
# Updated:
# Copyright: (c) 1998 Julian Smart
#
# "%W% %G%"
#
# Makefile for font example (UNIX).
top_srcdir = @top_srcdir@
top_builddir = ../..
program_dir = samples/font
PROGRAM=font
OBJECTS=$(PROGRAM).o
include ../../src/makeprog.env