From 06aa2a5508ab2bcdd69e6c5f6660c96e79b35f3d Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 23 Jun 2002 13:53:15 +0000 Subject: [PATCH] Added taskbar sample Makefile.in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/taskbar/Makefile.in | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 samples/taskbar/Makefile.in diff --git a/samples/taskbar/Makefile.in b/samples/taskbar/Makefile.in new file mode 100644 index 0000000000..5c047fa6df --- /dev/null +++ b/samples/taskbar/Makefile.in @@ -0,0 +1,23 @@ +# +# File: Makefile.in +# Author: Fabian Wenzel +# Created: 2002 +# Updated: +# Copyright: (c) 2002 Fabian Wenzel +# +# "%W% %G%" +# +# Makefile for taskbar example (MSW). + +top_srcdir = @top_srcdir@/.. +top_builddir = ../.. +program_dir = samples/taskbar + +PROGRAM=tbtest + +OBJECTS =$(PROGRAM).o +DEPFILES=$(PROGRAM).d + +include ../../src/makeprog.env + +@IF_GNU_MAKE@-include $(DEPFILES) -- 2.49.0