CWS gnumake3: fix component location for msforms; change library name for msforms; change file names for gengal

This commit is contained in:
Mathias Bauer 2011-01-26 16:15:19 +01:00
parent ef0e275eab
commit a239103a87
2 changed files with 4 additions and 4 deletions

View file

@ -366,9 +366,9 @@ File gid_File_Lib_Vbamsforms
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
Name = STRING(CONCAT4(libmsforms,DLLPOSTFIX,.uno,UNXSUFFIX));
Name = STRING(CONCAT3(msforms,.uno,UNXSUFFIX));
#else
Name = STRING(CONCAT4(msforms,DLLPOSTFIX,.uno,.dll));
Name = STRING(CONCAT3(msforms,.uno,.dll));
#endif
End

View file

@ -140,7 +140,7 @@ File gid_File_Bin_Gengal
Dir = gid_Dir_Program;
Styles = (PACKED);
#ifdef UNX
Name = "gengal.bin";
Name = "gengal";
#else
Name = "gengal.exe";
#endif
@ -152,7 +152,7 @@ File gid_File_Script_Gengal
BIN_FILE_BODY;
Dir = gid_Dir_Program;
Styles = (PACKED);
Name = "gengal";
Name = "gengal.sh"
End
#endif