Output header to the same directory as the .cpp file in wxrc.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 14:34:22 +0000 (14:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 14:34:22 +0000 (14:34 +0000)
commit21567b0960efa40f51275e9e6216bf880eccff3a
tree3120a7f249bfd646be1570c7548ae701f5e60b2f
parent7c4e16e6980ea76d548fc05f1fb1add9a2f127cd
Output header to the same directory as the .cpp file in wxrc.

If "-o" option is given, generate the output header file in the same directory
as the .cpp file and not in the current directory.

Closes #4054.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65892 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
utils/wxrc/wxrc.cpp