Added taskbar sample Makefile.in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15926 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-06-23 13:53:15 +00:00
parent fc0d5b6bd2
commit 06aa2a5508

View File

@ -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)