diff --git a/wxPython/distrib/msw/.make_wxrc.btm b/wxPython/distrib/msw/.make_wxrc.btm new file mode 100644 index 0000000000..08929df470 --- /dev/null +++ b/wxPython/distrib/msw/.make_wxrc.btm @@ -0,0 +1,10 @@ +nmake -f makefile.vc BUILD=release %$ +pushd ..\..\contrib\build\xrc +nmake -f makefile.vc BUILD=release %$ +pushd ..\..\utils\wxrc +nmake -f makefile.vc BUILD=release %$ +copy vc_msw\wxrc.exe ..\..\..\BIN\wxrc.exe + +popd +popd +