oops, partially reverted previous commit, it was incorrect

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-06-29 09:25:45 +00:00
parent fddeb06b11
commit f0290fcacd
3 changed files with 9 additions and 3 deletions

View file

@ -146,10 +146,10 @@ while test $# -gt 0; do
cppflags
;;
--cflags)
echo `cppflags`
echo `cppflags` @CODE_GEN_FLAGS@
;;
--cxxflags)
echo `cppflags`
echo `cppflags` @CODE_GEN_FLAGS@ @CODE_GEN_FLAGS_CXX@
;;
--ldflags)
echo @LDFLAGS_EXE@