summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-09-15 14:44:34 +0200
committerDavid Tardon <dtardon@redhat.com>2011-09-15 14:49:34 +0200
commit6df9c479f58ea94141a3a43eb7fd6fb4d1fd5c8b (patch)
tree5d653ab42c9bd2351538cdaa008c0e68058b5eb2 /scp2
parentab5ce3f70a5635c3ca141b5c8928a104b522e1bb (diff)
gbuildize desktop
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/common_brand.scp2
-rw-r--r--scp2/source/ooo/file_library_ooo.scp18
2 files changed, 3 insertions, 17 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp
index ecf616c3a329..b639f5cf97dc 100644
--- a/scp2/source/ooo/common_brand.scp
+++ b/scp2/source/ooo/common_brand.scp
@@ -556,7 +556,7 @@ File gid_File_Bin_QStart_Bin
BIN_FILE_BODY;
Dir = gid_Brand_Dir_Program;
Styles = (PACKED, PATCH);
- Name = "oosplash.bin";
+ Name = "oosplash";
End
#endif
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp
index 65b53566e07f..fba6b097f125 100644
--- a/scp2/source/ooo/file_library_ooo.scp
+++ b/scp2/source/ooo/file_library_ooo.scp
@@ -974,23 +974,9 @@ STD_LIB_FILE( gid_File_Lib_Log, log)
STD_LIB_FILE( gid_File_Lib_Pdffilter, pdffilter)
-File gid_File_Lib_Deployment
-#if defined UNX
- Name = STRING(CONCAT4(deployment,DLLPOSTFIX,.uno,UNXSUFFIX));
-#else
- Name = STRING(CONCAT3(deployment,DLLPOSTFIX,.uno.dll));
-#endif
- PACKED_LIB_FILE_BODY;
-End
+SPECIAL_LIB_FILE(gid_File_Lib_Deployment,deployment)
-File gid_File_Lib_DeploymentGui
-#if defined UNX
- Name = STRING(CONCAT4(deploymentgui,DLLPOSTFIX,.uno,UNXSUFFIX));
-#else
- Name = STRING(CONCAT3(deploymentgui,DLLPOSTFIX,.uno.dll));
-#endif
- PACKED_LIB_FILE_BODY;
-End
+SPECIAL_LIB_FILE(gid_File_Lib_DeploymentGui,deploymentgui)
STD_LIB_FILE(gid_File_Lib_DeploymentMisc, deploymentmisc)