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
d3f17ac9
Kaydet (Commit)
d3f17ac9
authored
Ock 18, 2012
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
_MSC_VER is compiler define and cpp.lcc needs to be taught about it
üst
152eaa29
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
20 additions
and
23 deletions
+20
-23
configure.in
configure.in
+1
-0
macros.inc
scp2/inc/macros.inc
+1
-1
common_brand.scp
scp2/source/ooo/common_brand.scp
+1
-1
file_library_ooo.scp
scp2/source/ooo/file_library_ooo.scp
+3
-3
makefile.mk
scp2/source/ooo/makefile.mk
+0
-4
ure.scp
scp2/source/ooo/ure.scp
+14
-14
No files found.
configure.in
Dosyayı görüntüle @
d3f17ac9
...
@@ -2582,6 +2582,7 @@ cygwin*)
...
@@ -2582,6 +2582,7 @@ cygwin*)
AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os])
AC_MSG_ERROR([Unsupported host_cpu $host_cpu for host_os $host_os])
;;
;;
esac
esac
SCPDEFS="$SCPDEFS -D_MSC_VER"
;;
;;
darwin*)
darwin*)
...
...
scp2/inc/macros.inc
Dosyayı görüntüle @
d3f17ac9
...
@@ -516,7 +516,7 @@ End
...
@@ -516,7 +516,7 @@ End
#define SCP2_URE_DL_COMID_NORMAL(n) n STRING(COMID) ".dll"
#define SCP2_URE_DL_COMID_NORMAL(n) n STRING(COMID) ".dll"
#define SCP2_URE_DL_UNO_VER(n, v) n v ".dll"
#define SCP2_URE_DL_UNO_VER(n, v) n v ".dll"
#define SCP2_URE_SHARE_DIR gid_Dir_Common_Ure
#define SCP2_URE_SHARE_DIR gid_Dir_Common_Ure
#if defined _MSC
#if defined _MSC
_VER
#define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll"
#define SCP2_URE_DL_UNO_COMID_VER(n, v) n v STRING(COMID) ".dll"
#if defined _DEBUG_RUNTIME
#if defined _DEBUG_RUNTIME
#define SCP2_STDLP_DEBUG "d"
#define SCP2_STDLP_DEBUG "d"
...
...
scp2/source/ooo/common_brand.scp
Dosyayı görüntüle @
d3f17ac9
...
@@ -554,7 +554,7 @@ End
...
@@ -554,7 +554,7 @@ End
#endif
#endif
// use this for high detail file open dialog >= 5.1 windows
// use this for high detail file open dialog >= 5.1 windows
#if defined(
WNT) && defined( _MSC
)
#if defined(
_MSC_VER
)
File gid_Brand_File_Bin_Soffice_Bin_Manifest
File gid_Brand_File_Bin_Soffice_Bin_Manifest
TXT_FILE_BODY;
TXT_FILE_BODY;
Styles = (PACKED);
Styles = (PACKED);
...
...
scp2/source/ooo/file_library_ooo.scp
Dosyayı görüntüle @
d3f17ac9
...
@@ -97,7 +97,7 @@ STD_LIB_FILE(gid_File_Lib_Charttools, charttools)
...
@@ -97,7 +97,7 @@ STD_LIB_FILE(gid_File_Lib_Charttools, charttools)
STD_LIB_FILE(gid_File_Lib_Chartview, chartview)
STD_LIB_FILE(gid_File_Lib_Chartview, chartview)
#if defined
WNT && defined _MSC
#if defined
_MSC_VER
File gid_File_Lib_Cli_Oootypes_Assembly
File gid_File_Lib_Cli_Oootypes_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -114,7 +114,7 @@ End
...
@@ -114,7 +114,7 @@ End
#endif
#endif
#if defined
WNT && defined _MSC
#if defined
_MSC_VER
File gid_File_Lib_Policy_Cli_Oootypes_Assembly
File gid_File_Lib_Policy_Cli_Oootypes_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
Styles = (PACKED, ASSEMBLY, DONTRENAMEINPATCH);
...
@@ -130,7 +130,7 @@ End
...
@@ -130,7 +130,7 @@ End
#endif
#endif
#if defined
WNT && defined _MSC
#if defined
_MSC_VER
File gid_File_Lib_Policy_Cli_Oootypes_Config
File gid_File_Lib_Policy_Cli_Oootypes_Config
TXT_FILE_BODY;
TXT_FILE_BODY;
...
...
scp2/source/ooo/makefile.mk
Dosyayı görüntüle @
d3f17ac9
...
@@ -35,10 +35,6 @@ TARGETTYPE=CUI
...
@@ -35,10 +35,6 @@ TARGETTYPE=CUI
.INCLUDE
:
settings.mk
.INCLUDE
:
settings.mk
.INCLUDE
:
i18npool/version.mk
.INCLUDE
:
i18npool/version.mk
.IF
"$(COM)"
==
"MSC"
SCPDEFS
+=
-D_MSC
.ENDIF
.IF
"$(ENABLE_ONLINE_UPDATE)"
!=
""
.IF
"$(ENABLE_ONLINE_UPDATE)"
!=
""
SCPDEFS
+=
-DENABLE_ONLINE_UPDATE
SCPDEFS
+=
-DENABLE_ONLINE_UPDATE
.ENDIF
.ENDIF
...
...
scp2/source/ooo/ure.scp
Dosyayı görüntüle @
d3f17ac9
...
@@ -439,7 +439,7 @@ File gid_File_Dl_LogUnoUno
...
@@ -439,7 +439,7 @@ File gid_File_Dl_LogUnoUno
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
End
End
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Cli_Uno
File gid_File_Dl_Cli_Uno
LIB_FILE_BODY;
LIB_FILE_BODY;
Dir = SCP2_URE_DL_DIR;
Dir = SCP2_URE_DL_DIR;
...
@@ -449,7 +449,7 @@ File gid_File_Dl_Cli_Uno
...
@@ -449,7 +449,7 @@ File gid_File_Dl_Cli_Uno
End
End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Cli_Ure_Assembly
File gid_File_Dl_Cli_Ure_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -466,7 +466,7 @@ End
...
@@ -466,7 +466,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Policy_Cli_Ure_Assembly
File gid_File_Dl_Policy_Cli_Ure_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -483,7 +483,7 @@ End
...
@@ -483,7 +483,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Policy_Cli_Ure_Config
File gid_File_Dl_Policy_Cli_Ure_Config
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -495,7 +495,7 @@ End
...
@@ -495,7 +495,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Cli_Basetypes_Assembly
File gid_File_Dl_Cli_Basetypes_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -512,7 +512,7 @@ End
...
@@ -512,7 +512,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Policy_Cli_Basetypes_Assembly
File gid_File_Dl_Policy_Cli_Basetypes_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -528,7 +528,7 @@ File gid_File_Dl_Policy_Cli_Basetypes_Assembly
...
@@ -528,7 +528,7 @@ File gid_File_Dl_Policy_Cli_Basetypes_Assembly
End
End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Policy_Cli_Basetypes_Config
File gid_File_Dl_Policy_Cli_Basetypes_Config
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -541,7 +541,7 @@ End
...
@@ -541,7 +541,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Cli_Uretypes_Assembly
File gid_File_Dl_Cli_Uretypes_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -558,7 +558,7 @@ End
...
@@ -558,7 +558,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Policy_Cli_Uretypes_Assembly
File gid_File_Dl_Policy_Cli_Uretypes_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -575,7 +575,7 @@ End
...
@@ -575,7 +575,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Dl_Policy_Cli_Uretypes_Config
File gid_File_Dl_Policy_Cli_Uretypes_Config
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -587,7 +587,7 @@ End
...
@@ -587,7 +587,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Lib_Cli_Cppuhelper_Assembly
File gid_File_Lib_Cli_Cppuhelper_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -604,7 +604,7 @@ End
...
@@ -604,7 +604,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Lib_Policy_Cli_Cppuhelper_Assembly
File gid_File_Lib_Policy_Cli_Cppuhelper_Assembly
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -621,7 +621,7 @@ End
...
@@ -621,7 +621,7 @@ End
#endif
#endif
#if defined _MSC
#if defined _MSC
_VER
File gid_File_Lib_Policy_Cli_Cppuhelper_Config
File gid_File_Lib_Policy_Cli_Cppuhelper_Config
TXT_FILE_BODY;
TXT_FILE_BODY;
...
@@ -868,7 +868,7 @@ File gid_File_Dl_Stlport
...
@@ -868,7 +868,7 @@ File gid_File_Dl_Stlport
Name = SCP2_URE_DL_NORMAL("stlport_sunpro");
Name = SCP2_URE_DL_NORMAL("stlport_sunpro");
#endif
#endif
#endif
#endif
#elif defined _MSC
#elif defined _MSC
_VER
#if defined _DEBUG_RUNTIME
#if defined _DEBUG_RUNTIME
Name = SCP2_URE_DL_NORMAL("stlport_vc71_stldebug45");
Name = SCP2_URE_DL_NORMAL("stlport_vc71_stldebug45");
#else
#else
...
...
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