Tallefer / wx-config-win

Automatically exported from code.google.com/p/wx-config-win
1 stars 0 forks source link

<prefix>\include\wx\msw is not included in RCFLAGS for VC #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup proper environment(WXWIN and optionally WXCFG)
2. run wx-config --rcflags --compiler=vc
3. Output is
/d WIN32 /d __WXMSW__ /d wxNO_RTTI /d wxNO_THREADS /d _UNICODE --include-
dir d:\wxMSW-2.8.10\lib\vc_lib\mswu --include-dir d:\wxMSW-2.8.10
\include /d _WINDOWS

What is the expected output? What do you see instead?
The folder d:\wxMSW-2.8.10\include\wx\msw should be added as an include 
folder because it contains the main RC include file for WxWidgets which is 
wx.rc

What version of the product are you using? On what operating system?
wx-config r26(current latest revision on trunk).
Windows 7 RC 32-bit

Please provide any additional information below.
See http://wiki.wxwidgets.org/Compiling_WxWidgets

Original issue reported on code.google.com by diaas...@gmail.com on 10 Oct 2009 at 7:37

GoogleCodeExporter commented 9 years ago
Sorry, just found out that this bug report is not valid, I'll file another 
*valid* 
one instead.

Original comment by diaas...@gmail.com on 10 Oct 2009 at 7:42