removed wxsetup.h from libdir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder 1998-09-09 09:00:54 +00:00
parent 5a2055fa9b
commit 337d7956cc
2 changed files with 4 additions and 3 deletions

View file

@ -42,6 +42,7 @@ while test $# -gt 0; do
if test @includedir@ != /usr/include ; then
includes=-I@includedir@
fi
includes="$includes -I@includedir@/@host@/wx"
echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
;;
--libs)