88ac883a0d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
10 lines
284 B
Makefile
10 lines
284 B
Makefile
# The makefile for wxWindows samples: only one sample is always built, the
|
|
# minimal one, the other samples to build are determined at configure time
|
|
# because many of them require the library to have some features compiled into
|
|
# it)
|
|
#
|
|
# $Id$
|
|
|
|
SUBDIRS = minimal \
|
|
@SAMPLES_SUBDIRS@
|