Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
07532dd1
Kaydet (Commit)
07532dd1
authored
Tem 11, 2013
tarafından
Andrzej J.R. Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix firebird lib installation location.
Change-Id: Ia7f649abbfe0793dd9389a415845fc1307206798
üst
67ff964c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
5 deletions
+49
-5
file_firebird.scp
scp2/source/firebird/file_firebird.scp
+42
-1
module_firebird.scp
scp2/source/firebird/module_firebird.scp
+7
-4
No files found.
scp2/source/firebird/file_firebird.scp
Dosyayı görüntüle @
07532dd1
...
...
@@ -20,11 +20,52 @@
#ifndef SYSTEM_FIREBIRD
File gid_File_Firebird
/*
File gid_File_Firebird
TXT_FILE_BODY;
Dir = gid_Dir_Brand_Root;
Name = "firebird.filelist";
Styles = (FILELIST,USE_INTERNAL_RIGHTS);
End*/
File gid_File_Firebird_Lib_252
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
#ifdef MACOSX
Name = STRING(CONCAT4(libfbembed,.,2.5.2,UNXSUFFIX));
#else
Name = STRING(CONCAT4(libfbembed,UNXSUFFIX,.,2.5.2));
#endif
#endif
End
File gid_File_Firebird_Lib_25
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
#ifdef MACOSX
Name = STRING(CONCAT4(libfbembed,.,2.5,UNXSUFFIX));
#else
Name = STRING(CONCAT4(libfbembed,UNXSUFFIX,.,2.5));
#endif
#endif
End
File gid_File_Firebird_Lib
LIB_FILE_BODY;
Styles = (PACKED);
Dir = SCP2_OOO_BIN_DIR;
#ifdef UNX
#ifdef MACOSX
Name = STRING(CONCAT3(libfbembed,.,UNXSUFFIX));
#else
Name = STRING(CONCAT2(libfbembed,UNXSUFFIX));
#endif
#else
Name = "ifbembed.dll";
#endif
End
#endif
scp2/source/firebird/module_firebird.scp
Dosyayı görüntüle @
07532dd1
...
...
@@ -24,10 +24,14 @@ Module gid_Module_Firebird
PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand;
Dirs = ();
Files = (gid_File_Lib_Firebird,
gid_File_Firebird);
Files = (
#ifdef UNX
File gid_File_Firebird_Lib_252,
File gid_File_Firebird_Lib_25,
#endif
File gid_File_Firebird_Lib
);
Unixlinks = ();
Styles = (HIDDEN_ROOT);
End
#endif
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment