diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 06:50:43 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-06 06:50:43 +0000 |
commit | 925fd549ab0d01efaa19a8657c63d0bcf580183f (patch) | |
tree | 68d66bc077fb83445fdeb1582f1ca0276ac74493 | |
parent | 619260e4f851b008b20ba713c6e1f6becabaf995 (diff) |
INTEGRATION: CWS oj14 (1.18.130); FILE MERGED
2006/11/13 13:23:55 oj 1.18.130.4: merge conflicts
2006/11/07 08:35:22 oj 1.18.130.3: RESYNC: (1.19-1.21); FILE MERGED
2006/07/04 07:21:42 oj 1.18.130.2: RESYNC: (1.18-1.19); FILE MERGED
2006/01/03 08:07:44 oj 1.18.130.1: export controller class
-rw-r--r-- | dbaccess/prj/d.lst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dbaccess/prj/d.lst b/dbaccess/prj/d.lst index 9260e935d..329bbfc89 100644 --- a/dbaccess/prj/d.lst +++ b/dbaccess/prj/d.lst @@ -32,6 +32,8 @@ mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbrelation\toolbar mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbtable\menubar mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbtable\toolbar +mkdir: %_DEST%\inc%_EXT%\dbaccess + ..\%COMMON_OUTDIR%\misc\*.hid %COMMON_DEST%\bin%_EXT%\hid\*.hid ..\%__SRC%\bin\*.dll %_DEST%\bin%_EXT%\*.dll ..\%__SRC%\lib\lib*.so %_DEST%\lib%_EXT% @@ -40,6 +42,7 @@ mkdir: %_DEST%\xml%_EXT%\uiconfig\modules\dbtable\toolbar ..\%__SRC%\bin\*.bin %_DEST%\bin%_EXT%\*.bin ..\%__SRC%\bin\*.res %_DEST%\bin%_EXT%\*.res ..\%__SRC%\bin\*.exe %_DEST%\bin%_EXT%\*.exe +..\%__SRC%\lib\idbu* %_DEST%\lib%_EXT%\idbu* *.xml %_DEST%\xml%_EXT%\*.xml touch: ..\%__SRC%\misc\dbaccess.hid %_DEST%\bin%_EXT%\dba.hid @@ -67,3 +70,6 @@ touch: ..\%__SRC%\misc\dbaccess.hid %_DEST%\bin%_EXT%\dba.hid ..\uiconfig\dbquery\accelerator\en-US\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbquery\accelerator\en-US\*.xml ..\uiconfig\dbrelation\toolbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbrelation\toolbar\*.xml ..\uiconfig\dbtable\toolbar\*.xml %_DEST%\xml%_EXT%\uiconfig\modules\dbtable\toolbar\*.xml +..\inc\*.hxx %_DEST%\inc%_EXT%\dbaccess\*.hxx +..\inc\*.h %_DEST%\inc%_EXT%\dbaccess\*.h + |