]> git.saurik.com Git - wxWidgets.git/commitdiff
Stuff needed for the font sample to build with VC++
authorRobin Dunn <robin@alldunn.com>
Sat, 6 Nov 1999 08:01:42 +0000 (08:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 6 Nov 1999 08:01:42 +0000 (08:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/font/font.rc [new file with mode: 0644]
samples/font/makefile.vc [new file with mode: 0644]
samples/font/mondrian.ico [new file with mode: 0644]

diff --git a/samples/font/font.rc b/samples/font/font.rc
new file mode 100644 (file)
index 0000000..55808f0
--- /dev/null
@@ -0,0 +1,4 @@
+mondrian ICON "mondrian.ico"
+#include "wx/msw/wx.rc"
+
+
diff --git a/samples/font/makefile.vc b/samples/font/makefile.vc
new file mode 100644 (file)
index 0000000..4069d07
--- /dev/null
@@ -0,0 +1,18 @@
+#
+# File:                makefile.vc
+# Author:      Julian Smart
+# Created:     1999
+# Updated:     
+# Copyright:   (c) Julian Smart
+#
+# Makefile : Builds sample (VC++, WIN32)
+# Use FINAL=1 argument to nmake to build final version with no debug info.
+
+# Set WXDIR for your system
+WXDIR = $(WXWIN)
+
+PROGRAM=font
+OBJECTS = $(PROGRAM).obj
+
+!include $(WXDIR)\src\makeprog.vc
+
diff --git a/samples/font/mondrian.ico b/samples/font/mondrian.ico
new file mode 100644 (file)
index 0000000..2310c5d
Binary files /dev/null and b/samples/font/mondrian.ico differ