diff options
author | Andre Fischer <af@apache.org> | 2013-06-19 15:26:41 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-06-19 15:26:41 +0000 |
commit | e14095bc3b573f2c48c996fa2cb58226280d5e87 (patch) | |
tree | e4d9956257651c5b60e7ce80c6c85835b14b42eb /scp2/source/ooo | |
parent | d70e1e8ea81a942875f91fdef75d3e39fba42eff (diff) |
122398: Fixed Mac and Linux build breaker.
Notes
Notes:
ignore: aoo
Diffstat (limited to 'scp2/source/ooo')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index c5ea844124f3..24e85ccb7ca7 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -1138,6 +1138,13 @@ File gid_File_Lib_Deployment PACKED_LIB_FILE_BODY; End +#ifdef OS2 +STD_LIB_FILE(gid_File_Lib_DeploymentGui, deplgui) +#else +STD_LIB_FILE(gid_File_Lib_DeploymentGui, deploymentgui.uno) +#endif + +/* File gid_File_Lib_DeploymentGui #if defined UNX Name = STRING(CONCAT4(deploymentgui,DLLPOSTFIX,.uno,UNXSUFFIX)); @@ -1148,6 +1155,7 @@ File gid_File_Lib_DeploymentGui #endif PACKED_LIB_FILE_BODY; End +*/ #ifdef OS2 STD_LIB_FILE(gid_File_Lib_DeploymentMisc, deplmisc) |