diff options
author | Peter Rabi <prabi@caesar.elte.hu> | 2011-07-14 22:40:18 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-07-15 13:31:33 +0200 |
commit | 4dfecb62c5e595439cacec3da393c45faf093d9a (patch) | |
tree | b03a4ac9ce018ef9cd793093c0a5f3973fdbb16e /rsc/prj | |
parent | 86c53492cc40e2d43bd3dac89698b844df961e0e (diff) |
merged the 3 executables into one in module rsc
Also removed the ability to use alternatives for rscpp and rsc2.
Contributed under license LGPLv3+/MPL.
Diffstat (limited to 'rsc/prj')
-rw-r--r-- | rsc/prj/build.lst | 2 | ||||
-rw-r--r-- | rsc/prj/d.lst | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/rsc/prj/build.lst b/rsc/prj/build.lst index a26b9a055b60..d9e775d28e66 100644 --- a/rsc/prj/build.lst +++ b/rsc/prj/build.lst @@ -6,4 +6,4 @@ r rsc\source\res nmake - all rsc_res NULL r rsc\source\parser nmake - all rsc_pars NULL r rsc\source\rsc nmake - all rsc_rsc NULL r rsc\source\rscpp nmake - all rsc_cpp NULL -r rsc\source\prj nmake - all rsc_sprj rsc_misc rsc_pars rsc_res rsc_rsc rsc_tool NULL +r rsc\source\prj nmake - all rsc_sprj rsc_cpp rsc_misc rsc_pars rsc_res rsc_rsc rsc_tool NULL diff --git a/rsc/prj/d.lst b/rsc/prj/d.lst index 984a109cf0a6..9c670b37b25c 100644 --- a/rsc/prj/d.lst +++ b/rsc/prj/d.lst @@ -1,9 +1,5 @@ ..\%__SRC%\bin\rsc.exe %_DEST%\bin\rsc.exe -..\%__SRC%\bin\rsc2.exe %_DEST%\bin\rsc2.exe ..\%__SRC%\bin\rsc %_DEST%\bin\rsc -..\%__SRC%\bin\rsc2 %_DEST%\bin\rsc2 -..\%__SRC%\bin\rscpp.exe %_DEST%\bin\rscpp.exe -..\%__SRC%\bin\rscpp %_DEST%\bin\rscpp mkdir: %_DEST%\inc\rsc ..\inc\rsc/rscsfx.hxx %_DEST%\inc\rsc\rscsfx.hxx |