From: shelarcy <she...@gm...> - 2006-12-08 11:10:42
|
On Thu, 07 Dec 2006 11:55:29 +0900, shelarcy <she...@gm...> wrote: > Because current VC project for wxWidgets-2.6.3 doesn't works well my > environment, and I was busy. Jeremy changed VC project from > "..\..\wxWidgets-2.6.3\lib\vc_lib\mswu" to "..\..\wxWidgets-2.6.3\lib\mswu" > in "Update VC++ project file to reflect updated DLL version supporting > wxWidgets 2.6.3" patch. It breaks building my environment but I don't find > where causes problem, soonly. Oops, I am wrong. wxWidgets-2.6.x's wx_adv.dsp generate setup.h in lib\vc_lib instead of just lib. So this is not my environments problem. wx_adv.dsp:890:# Begin Custom Build - Creating ..\..\lib\vc_lib\mswu\wx\setup.h wx_adv.dsp:893:"..\..\lib\vc_lib\mswu\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" wx_adv.dsp:894: copy "$(InputPath)" ..\..\lib\vc_lib\mswu\wx\setup.h wx_adv.dsp:900:# Begin Custom Build - Creating ..\..\lib\vc_lib\mswud\wx\setup.h wx_adv.dsp:903:"..\..\lib\vc_lib\mswud\wx\setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" wx_adv.dsp:904: copy "$(InputPath)" ..\..\lib\vc_lib\mswud\wx\setup.h So I wonder about Jeremy changed this part that regardless of lefting other chaged point /libpath:"..\..\wxWidgets-2.6.3\lib\vc_lib". Best Regards, -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/ |