diff options
author | Duncan Foster <dfoster@openoffice.org> | 2002-09-20 13:23:56 +0000 |
---|---|---|
committer | Duncan Foster <dfoster@openoffice.org> | 2002-09-20 13:23:56 +0000 |
commit | bf1f075d2b18798790c06a48e2e2020404a4df28 (patch) | |
tree | de9a3f5560c830ca0315891788335c231ab152ba /scripting/prj | |
parent | 9ff6c71e9ebee572d553fe53e8a8c15caff5b682 (diff) |
Initial commit of Scripting Framework code.
The Scripting Framework Team:
Duncan Foster Alexis Ledoux Laszlo Kovacs Misha Krivoruchko
Neil Montgomery Tomas O'Connor Noel Power John Rice Darragh Sherwin
Diffstat (limited to 'scripting/prj')
-rw-r--r-- | scripting/prj/build.lst | 8 | ||||
-rw-r--r-- | scripting/prj/d.lst | 17 |
2 files changed, 25 insertions, 0 deletions
diff --git a/scripting/prj/build.lst b/scripting/prj/build.lst new file mode 100644 index 000000000000..c7de85050e1a --- /dev/null +++ b/scripting/prj/build.lst @@ -0,0 +1,8 @@ +tc scripting : bridges rdbmaker NULL +tc scripting usr1 - all tc_mkout NULL +tc scripting\source\storage nmake - all tc_scriptingstorage NULL +tc scripting\source\runtimemgr nmake - all tc_scriptingruntimemgr NULL +tc scripting\source\protocolhandler nmake - all tc_scriptingprotocolhandler NULL +tc scripting\source\provider nmake - all tc_scriptingprovider NULL +tc scripting\source\scripturi nmake - all tc_scriptingscripturi NULL +tc scripting\java nmake - all tc_scriptingjava NULL diff --git a/scripting/prj/d.lst b/scripting/prj/d.lst new file mode 100644 index 000000000000..12b249bd1124 --- /dev/null +++ b/scripting/prj/d.lst @@ -0,0 +1,17 @@ +mkdir: %_DEST%\inc%_EXT%\scripting +mkdir: %_DEST%\inc%_EXT%\scripting\storage + +..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\* +..\%__SRC%\class\*.jar %_DEST%\bin%_EXT%\* +..\%__SRC%\lib\*.so %_DEST%\lib%_EXT%\* +..\%__SRC%\lib\*.dylib %_DEST%\lib%_EXT%\*.dylib + +..\%__SRC%\bin\*.rdb %_DEST%\rdb%_EXT%\* + +..\source\module-description.dtd %_DEST%\xml%_EXT%\module-description.dtd + +..\source\storage\storage.xml %_DEST%\xml%_EXT%\storage.xml + +..\%__SRC%\lib\lib*static*.dylib %_DEST%\lib%_EXT%\lib*static*.dylib +..\%__SRC%\misc\*staticdatamembers.cxx %_DEST%\inc%_EXT%\*staticdatamembers.cxx +..\%__SRC%\misc\*staticdatamembers.h* %_DEST%\inc%_EXT%\*staticdatamembers.h* |