fixed wx-config --rezflags output on platforms != Mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23771 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-21 11:18:41 +00:00
parent bb676f2daf
commit 3c775050a0
2 changed files with 3 additions and 0 deletions

View File

@@ -3097,6 +3097,8 @@ if test "$wxUSE_MAC" = 1; then
else else
if test "$wxUSE_PM" = 1; then if test "$wxUSE_PM" = 1; then
LIBWXMACRESCOMP="emxbind -ep \$(BIN_PROGRAM)" LIBWXMACRESCOMP="emxbind -ep \$(BIN_PROGRAM)"
else
LIBWXMACRESCOMP="#"
fi fi
fi fi

View File

@@ -206,6 +206,7 @@ Unix:
- fixed build problems with OpenGL when libGL(U) were in different directories - fixed build problems with OpenGL when libGL(U) were in different directories
- added --basename and --release flags to wx-config (Robert O'Connor) - added --basename and --release flags to wx-config (Robert O'Connor)
- added support for GNU/Hurd in configure - added support for GNU/Hurd in configure
- fixed wx-config --rezflags output on platforms different from Mac
- changed wxNativeFontInfo::FromXFontName to treat names with all - changed wxNativeFontInfo::FromXFontName to treat names with all
components being empty or '*' as default font (since default font is components being empty or '*' as default font (since default font is
converted to such a string by GetXFontName). converted to such a string by GetXFontName).