diff options
author | Nils Fuhrmann <nf@openoffice.org> | 2001-04-19 10:01:50 +0000 |
---|---|---|
committer | Nils Fuhrmann <nf@openoffice.org> | 2001-04-19 10:01:50 +0000 |
commit | 6d40302c5679a6462622ed7c5eb82b6e395f265d (patch) | |
tree | c7c84884d16540aab1c2e24a976de76c6e3062cc /rsc/prj | |
parent | 9986beab69e99b3403e0d3e608e4ceba1b9982e0 (diff) |
Added rscpp
Diffstat (limited to 'rsc/prj')
-rw-r--r-- | rsc/prj/build.lst | 1 | ||||
-rw-r--r-- | rsc/prj/d.lst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/rsc/prj/build.lst b/rsc/prj/build.lst index 38ad8704f7d3..a26b9a055b60 100644 --- a/rsc/prj/build.lst +++ b/rsc/prj/build.lst @@ -5,4 +5,5 @@ r rsc\source\tools nmake - all rsc_tool NULL 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 diff --git a/rsc/prj/d.lst b/rsc/prj/d.lst index 85cf596a52d4..e6077d38b34f 100644 --- a/rsc/prj/d.lst +++ b/rsc/prj/d.lst @@ -2,6 +2,8 @@ ..\%__SRC%\bin\rsc2.exe %_DEST%\bin%_EXT%\rsc2.exe ..\%__SRC%\bin\rsc %_DEST%\bin%_EXT%\rsc ..\%__SRC%\bin\rsc2 %_DEST%\bin%_EXT%\rsc2 +..\%__SRC%\bin\rscpp.exe %_DEST%\bin%_EXT%\rscpp.exe +..\%__SRC%\bin\rscpp %_DEST%\bin%_EXT%\rscpp mkdir: %_DEST%\inc%_EXT%\rsc hedabu: ..\inc\rscsfx.hxx %_DEST%\inc%_EXT%\rsc\rscsfx.hxx |