﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-flyonok-文章分类-wxWidgets</title><link>http://www.cppblog.com/flyonok/category/6960.html</link><description /><language>zh-cn</language><lastBuildDate>Fri, 23 May 2008 05:51:21 GMT</lastBuildDate><pubDate>Fri, 23 May 2008 05:51:21 GMT</pubDate><ttl>60</ttl><item><title>how compile wxwidgets with mingw32 on win32</title><link>http://www.cppblog.com/flyonok/articles/48940.html</link><dc:creator>flyonok</dc:creator><author>flyonok</author><pubDate>Mon, 05 May 2008 15:38:00 GMT</pubDate><guid>http://www.cppblog.com/flyonok/articles/48940.html</guid><wfw:comment>http://www.cppblog.com/flyonok/comments/48940.html</wfw:comment><comments>http://www.cppblog.com/flyonok/articles/48940.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/flyonok/comments/commentRss/48940.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/flyonok/services/trackbacks/48940.html</trackback:ping><description><![CDATA[set MINGW=path\to\mingw<br>set PATH=%MINGW%\bin;%PATH%<br>set wxDIR = rootpath\of\wxwidgets<br>cd %wxDIR%\build\msw<br><br>debug<br>mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=1<br><br>release<br>mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1<br><br><br><br><br><img src ="http://www.cppblog.com/flyonok/aggbug/48940.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/flyonok/" target="_blank">flyonok</a> 2008-05-05 23:38 <a href="http://www.cppblog.com/flyonok/articles/48940.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>