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
b20a10d5
Kaydet (Commit)
b20a10d5
authored
Nis 15, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
We need also unobootstrapprotector now
üst
ae3f7cca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
Makefile
ios/qa/sc/Makefile
+1
-1
filters-test.m
ios/qa/sc/filters-test.m
+9
-4
No files found.
ios/qa/sc/Makefile
Dosyayı görüntüle @
b20a10d5
...
...
@@ -39,7 +39,7 @@ SRCS = filters-test.m
CFLAGS
=
$(SOLARINC)
LIBS
=
-Wl
,
$(WORKDIR)
/LinkTarget/CppunitTest/libtest_sc_filters_test.a
$
(
foreach LIB, bin/cppunit/cppunittester lib/bootstrap.uno lib/configmgr.uno lib/i18npool.uno lib/stocservices.uno lib/unoexceptionprotector,
-Wl
,
$(OUTDIR)
/
$(LIB)
.a
)
$(SOLARLIB)
-lavmedialo
-lbasegfxlo
-lcanvastoolslo
-lcomphelpgcc3
-lcppcanvaslo
-lcppunit
-ldrawinglayerlo
-leditenglo
-lfilterconfiglo
-lforlo
-lforuilo
-lfwelo
-lfwilo
-lfwklo
-lgcc3_uno
-li18nisolang1gcc3
-li18npaperlo
-li18nutilgcc3
-licudata
-licui18n
-licuuc
-ljpeg
-ljvmfwk
-llnglo
-lreg
-lsal_textenc
-lsalcpprt
-lsaxlo
-lsclo
-lsfxlo
-lstore
-lsvllo
-lsvtlo
-lsvxlo
-lsvxcorelo
-lsotlo
-ltest
-ltklo
-ltllo
-lucb1
-lucbhelper4gcc3
-lucpfile1
-luno_cppuhelpergcc3
-luno_cppu
-luno_sal
-luno_salhelpergcc3
-lunotest
-lutllo
-lvcllo
-lxml2
-lxmlreader
-lxolo
-lxstor
-lz
$
(
addprefix
-framework
,
$(gb_Library__FRAMEWORKS)
)
-liconv
-lobjc
LIBS
=
-Wl
,
$(WORKDIR)
/LinkTarget/CppunitTest/libtest_sc_filters_test.a
$
(
foreach LIB, bin/cppunit/cppunittester lib/bootstrap.uno lib/configmgr.uno lib/i18npool.uno lib/stocservices.uno lib/uno
bootstrapprotector lib/uno
exceptionprotector,
-Wl
,
$(OUTDIR)
/
$(LIB)
.a
)
$(SOLARLIB)
-lavmedialo
-lbasegfxlo
-lcanvastoolslo
-lcomphelpgcc3
-lcppcanvaslo
-lcppunit
-ldrawinglayerlo
-leditenglo
-lfilterconfiglo
-lforlo
-lforuilo
-lfwelo
-lfwilo
-lfwklo
-lgcc3_uno
-li18nisolang1gcc3
-li18npaperlo
-li18nutilgcc3
-licudata
-licui18n
-licuuc
-ljpeg
-ljvmfwk
-llnglo
-lreg
-lsal_textenc
-lsalcpprt
-lsaxlo
-lsclo
-lsfxlo
-lstore
-lsvllo
-lsvtlo
-lsvxlo
-lsvxcorelo
-lsotlo
-ltest
-ltklo
-ltllo
-lucb1
-lucbhelper4gcc3
-lucpfile1
-luno_cppuhelpergcc3
-luno_cppu
-luno_sal
-luno_salhelpergcc3
-lunotest
-lutllo
-lvcllo
-lxml2
-lxmlreader
-lxolo
-lxstor
-lz
$
(
addprefix
-framework
,
$(gb_Library__FRAMEWORKS)
)
-liconv
-lobjc
all
:
$(APPDIR)/$(APP) stuff
...
...
ios/qa/sc/filters-test.m
Dosyayı görüntüle @
b20a10d5
...
...
@@ -108,11 +108,16 @@ didFinishLaunchingWithOptions: (NSDictionary *) launchOptions
"--headless"
,
"--protector"
,
"dummy-libunoexceptionprotector"
,
"dummy-unoexceptionprotector"
,
"unoexceptionprotector"
,
"--protector"
,
"dummy-libunobootstrapprotector"
,
"unobootstrapprotector"
,
"placeholder-uno-types"
,
"placeholder-uno-services"
};
const
int
argc
=
sizeof
(
argv
)
/
sizeof
(
*
argv
);
NSString
*
app_root_escaped
=
[[[
NSBundle
mainBundle
]
bundlePath
]
stringByAddingPercentEscapesUsingEncoding
:
NSUTF8StringEncoding
];
NSString
*
uno_types
=
@"-env:UNO_TYPES="
;
...
...
@@ -125,7 +130,7 @@ didFinishLaunchingWithOptions: (NSDictionary *) launchOptions
uno_types
=
[
uno_types
stringByAppendingString
:
@"file://"
];
uno_types
=
[
uno_types
stringByAppendingString
:
[
app_root_escaped
stringByAppendingPathComponent
:
@"types.rdb"
]];
argv
[
6
]
=
[
uno_types
UTF8String
];
argv
[
argc
-
2
]
=
[
uno_types
UTF8String
];
NSString
*
uno_services
=
@"-env:UNO_SERVICES="
;
...
...
@@ -170,9 +175,9 @@ didFinishLaunchingWithOptions: (NSDictionary *) launchOptions
uno_services
=
[
uno_services
stringByAppendingString
:
@" "
];
}
argv
[
7
]
=
[
uno_services
UTF8String
];
argv
[
argc
-
1
]
=
[
uno_services
UTF8String
];
lo_main
(
sizeof
(
argv
)
/
sizeof
(
*
argv
)
,
argv
);
lo_main
(
argc
,
argv
);
[
self
.
window
makeKeyAndVisible
];
return
YES
;
...
...
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