wxWidgets/utils/dialoged/Makefile.in
Mattia Barbon 5e66eee143 "cd utils; make" should not try to compile dialoged unless
wxUSE_RESOURCES=yes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2002-12-10 21:30:28 +00:00

10 lines
131 B
Makefile

USE_RESOURCES=@USE_RESOURCES@
all:
if test "$(USE_RESOURCES)" = "yes"; then cd src; $(MAKE); fi
clean:
cd src; $(MAKE) clean