On Fri, May 4, 2012 at 12:31 PM, Andre Arpin wrote:
> John Labenski writes:
>
> OK there is a light at the end of the tunnel.
>
> using the following batch
>
> cd "E:\wxWidgets\wxLua\
> md cmake
> cd cmake
> cmake -trace -G "Visual Studio 9 2008"
> -DwxWidgets_ROOT_DIR:STRING=E:/wxWidgets
> -Dwx
John Labenski writes:
OK there is a light at the end of the tunnel.
using the following batch
cd "E:\wxWidgets\wxLua\
md cmake
cd cmake
cmake -trace -G "Visual Studio 9 2008" -DwxWidgets_ROOT_DIR:STRING=E:/wxWidgets
-DwxWidgets_LIB_DIR:STRING=E:/wxWidgets/lib/vc_lib E:/wxWidgets/wxLua
and re
-- COMMAND LINE
md wxWidgets
set WXWIN=wxWidgets
"C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat"
--- DEV STUDIO
open
E:\wxWidgets\build\msw\wx_vc9.sln compile default
-- COMMAND LINE
"E:\Program Files (x86)\CMake 2.8\bin\cmake-gui.exe"
-- CMAKE
source: E:/wxWidget