First let's set the path to our mingw and mingw32 bin directories:
set path=D:\MinGW\mingw\bin;c:\MinGW\mingw\mingw32\bin;
Next we enter in our WXWIDGETS\build\msw directory and type the following statement:
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=debug UNICODE=1
And that's it!
0 comments:
Post a Comment