[Commits] (heikki) wxPython needs wxUSE_POSTSCRIPT.
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 29 18:26:57 PDT 2005
Commit by: heikki
Modified files:
internal/wxPython-2.5/Makefile 1.61 1.62
Log message:
wxPython needs wxUSE_POSTSCRIPT.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/Makefile.diff?r1=text&tr1=1.61&r2=text&tr2=1.62
Index: internal/wxPython-2.5/Makefile
diff -u internal/wxPython-2.5/Makefile:1.61 internal/wxPython-2.5/Makefile:1.62
--- internal/wxPython-2.5/Makefile:1.61 Fri Apr 29 17:30:09 2005
+++ internal/wxPython-2.5/Makefile Fri Apr 29 18:26:56 2005
@@ -35,7 +35,8 @@
sed -e "s/#define wxUSE_UNICODE 0/#define wxUSE_UNICODE 1/" include/wx/msw/setup0.h | \
sed -e "s/#define wxUSE_DIALUP_MANAGER 1/#define wxUSE_DIALUP_MANAGER 0/" | \
sed -e "s/#define wxUSE_DISPLAY 0/#define wxUSE_DISPLAY 1/" | \
- sed -e "s/#define wxUSE_RESOURCES 0/#define wxUSE_RESOURCES 1/"> include/wx/msw/setup.h
+ sed -e "s/#define wxUSE_RESOURCES 0/#define wxUSE_RESOURCES 1/" | \
+ sed -e "s/#define wxUSE_POSTSCRIPT 0/#define wxUSE_POSTSCRIPT 1/"> include/wx/msw/setup.h
setup: $(SRC)/include/wx/msw/setup.h
More information about the Commits
mailing list