]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/Makefile.in
wxZipFSHandler does not report non-local zip archives as openable anymore
[wxWidgets.git] / samples / toolbar / Makefile.in
index 4f891b483af20fb14e69ef50d926c2bbcadc99f4..b16304b99592c9f33706876d7598856c2f254c2e 100644 (file)
@@ -1,23 +1,13 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for toolbar example (UNIX).
+# Purpose: makefile for toolbar example (UNIX).
+# Created: 2000-03-14
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
+program_dir = samples/toolbar
 
-VPATH = :$(top_srcdir)/samples/toolbar
-
-PROGRAM=test
+PROGRAM=toolbar
 
 OBJECTS=$(PROGRAM).o
 
 include ../../src/makeprog.env
 
-