diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2002-09-11 07:27:18 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2002-09-11 07:27:18 +0000 |
commit | 634bc12d24d970e21f9472f4a27da5654a706e80 (patch) | |
tree | 62ebf1f896c71feb498c9630e0240a4883f9b5a8 /cpputools/prj | |
parent | 78282f558eb832847ee01916125d6050768a1c95 (diff) |
#103151# inserted regsingleton
Diffstat (limited to 'cpputools/prj')
-rw-r--r-- | cpputools/prj/build.lst | 1 | ||||
-rw-r--r-- | cpputools/prj/d.lst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/cpputools/prj/build.lst b/cpputools/prj/build.lst index de6df28bfa9f..068f4ca7833a 100644 --- a/cpputools/prj/build.lst +++ b/cpputools/prj/build.lst @@ -2,6 +2,7 @@ pt cpputools : cppuhelper NULL pt cpputools usr1 - all pt_mkout NULL pt cpputools\prj get - all pt_prj NULL pt cpputools\source\registercomponent nmake - all pt_regcomp NULL +pt cpputools\source\regsingleton nmake - all pt_regsingleton NULL pt cpputools\source\unoexe nmake - all pt_unoexe NULL pt cpputools\source\javaenv\w32 nmake - w pt_javaenvw NULL pt cpputools\source\javaenv\unx nmake - u pt_javaenvu NULL diff --git a/cpputools/prj/d.lst b/cpputools/prj/d.lst index 43c1c920fa46..d08537aed567 100644 --- a/cpputools/prj/d.lst +++ b/cpputools/prj/d.lst @@ -8,6 +8,8 @@ mkdir: %_DEST%\inc%_EXT%\cpputools ..\%__SRC%\bin\regcomp %_DEST%\bin%_EXT%\regcomp ..\%__SRC%\bin\uno.exe %_DEST%\bin%_EXT%\uno.exe ..\%__SRC%\bin\uno %_DEST%\bin%_EXT%\uno +..\%__SRC%\bin\regsingleton.exe %_DEST%\bin%_EXT%\regsingleton.exe +..\%__SRC%\bin\regsingleton %_DEST%\bin%_EXT%\regsingleton ..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib ..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx |