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
a953cae3
Kaydet (Commit)
a953cae3
authored
Eyl 26, 2011
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
One step closer to a functional 'make dev-install' with MinGW.
üst
44ff5f14
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
makefile.mk
smoketestoo_native/makefile.mk
+1
-1
installationtest.mk
solenv/inc/installationtest.mk
+5
-5
d.lst
test/prj/d.lst
+1
-0
makefile.mk
test/source/cpp/makefile.mk
+4
-5
No files found.
smoketestoo_native/makefile.mk
Dosyayı görüntüle @
a953cae3
...
...
@@ -56,7 +56,7 @@ cpptest : $(SHL1TARGETN)
TEST_ARGUMENTS
=
smoketest.doc
=
$(BIN)
/smoketestdoc.sxw
CPPTEST_LIBRARY
=
$(SHL1TARGETN)
.IF
"$(OS)"
!=
"WNT"
.IF
"$(OS)"
!=
"WNT"
||
"$(CROSS_COMPILING)"
==
"YES"
localinstall
:
$(RM)
-r
$(installationtest_instpath)
$(MKDIRHIER)
$(installationtest_instpath)
...
...
solenv/inc/installationtest.mk
Dosyayı görüntüle @
a953cae3
...
...
@@ -58,7 +58,7 @@ installationtest_instset = \
$(SOLARSRC)/instsetoo_native/$(INPATH)/LibreOffice/archive/install/$(defaultlangiso)
.END
.IF "$(OS)" == "WNT"
.IF "$(OS)" == "WNT"
&& "$(CROSS_COMPILING)" != "YES"
installationtest_instpath = `cat $(MISC)/$(TARGET)/installation.flag`
.ELSE
installationtest_instpath = $(SOLARVERSION)/$(INPATH)/installation
...
...
@@ -94,7 +94,7 @@ my_javaenv = \
# which is removed after smoketest); can be removed once issue 50885 is fixed;
# on other platforms, a single installation to solver is created in
# smoketestoo_native:
.IF "$(OS)" == "WNT" && "$(OOO_TEST_SOFFICE)" == ""
.IF "$(OS)" == "WNT" && "$(OOO_TEST_SOFFICE)" == ""
&& "$(CROSS_COMPILING)" != "YES"
OOO_EXTRACT_TO:=$(shell cygpath -m `mktemp -dt ooosmoke.XXXXXX`)
$(MISC)/$(TARGET)/installation.flag : $(shell \
ls $(installationtest_instset)/LibO_*_install-arc_$(defaultlangiso).zip)
...
...
@@ -116,7 +116,7 @@ cpptest .PHONY :
unoexceptionprotector $(CPPTEST_LIBRARY)
# As a workaround for #i111400#, ignore failure of $(RM):
$(COMMAND_ECHO)- $(RM) -r $(MISC)/$(TARGET)/user
.IF "$(OS)" == "WNT" && "$(OOO_TEST_SOFFICE)" == ""
.IF "$(OS)" == "WNT" && "$(OOO_TEST_SOFFICE)" == ""
&& "$(CROSS_COMPILING)" != "YES"
$(COMMAND_ECHO)$(RM) -r $(installationtest_instpath) $(MISC)/$(TARGET)/installation.flag
cpptest : $(MISC)/$(TARGET)/installation.flag
.END
...
...
@@ -133,7 +133,7 @@ javatest_% .PHONY : $(JAVATARGET)
org.junit.runner.JUnitCore \
$(subst,/,. $(PACKAGE)).$(@:s/javatest_//)
$(RM) -r $(MISC)/$(TARGET)/user
.IF "$(OS)" == "WNT" && "$(OOO_TEST_SOFFICE)" == ""
.IF "$(OS)" == "WNT" && "$(OOO_TEST_SOFFICE)" == ""
&& "$(CROSS_COMPILING)" != "YES"
$(RM) -r $(installationtest_instpath) $(MISC)/$(TARGET)/installation.flag
javatest : $(MISC)/$(TARGET)/installation.flag
.END
...
...
@@ -148,7 +148,7 @@ javatest .PHONY : $(JAVATARGET)
org.junit.runner.JUnitCore \
$(foreach,i,$(JAVATESTFILES) $(subst,/,. $(PACKAGE)).$(i:s/.java//))
$(RM) -r $(MISC)/$(TARGET)/user
.IF "$(OS)" == "WNT" && "$(OOO_TEST_SOFFICE)" == ""
.IF "$(OS)" == "WNT" && "$(OOO_TEST_SOFFICE)" == ""
&& "$(CROSS_COMPILING)" != "YES"
$(RM) -r $(installationtest_instpath) $(MISC)/$(TARGET)/installation.flag
javatest : $(MISC)/$(TARGET)/installation.flag
.END
...
...
test/prj/d.lst
Dosyayı görüntüle @
a953cae3
...
...
@@ -5,6 +5,7 @@ mkdir: %_DEST%\inc\test\detail
..\%__SRC%\lib\itest.lib %_DEST%\lib\itest.lib
..\%__SRC%\lib\libtest.dylib %_DEST%\lib\libtest.dylib
..\%__SRC%\lib\libtest.so %_DEST%\lib\libtest.so
..\%__SRC%\lib\libtest.dll.a %_DEST%\lib\libtest.dll.a
..\%__SRC%\lib\unoexceptionprotector.dylib %_DEST%\lib\unoexceptionprotector.dylib
..\%__SRC%\lib\unoexceptionprotector.so %_DEST%\lib\unoexceptionprotector.so
..\inc\test\detail\testdllapi.hxx %_DEST%\inc\test\detail\testdllapi.hxx
...
...
test/source/cpp/makefile.mk
Dosyayı görüntüle @
a953cae3
...
...
@@ -32,11 +32,6 @@ VISIBILITY_HIDDEN = TRUE
.INCLUDE
:
settings.mk
.IF
"$(CROSS_COMPILING)"
==
"YES"
all
:
@echo
Nothing
done
when
cross-compiling
.ENDIF
# --- Files --------------------------------------------------------
CDEFS
+=
-DOOO_DLLIMPLEMENTATION_TEST
...
...
@@ -49,7 +44,11 @@ SLOFILES = \
$(SLO)
/toabsolutefileurl.obj
\
$(SLO)
/uniquepipename.obj
.IF
"$(CROSS_COMPILING)"
==
"YES"
SHL1IMPLIB
=
$(SHL1TARGET)
.ELSE
SHL1IMPLIB
=
i
$(SHL1TARGET)
.ENDIF
SHL1OBJS
=
$(SLOFILES)
SHL1RPATH
=
NONE
SHL1STDLIBS
=
\
...
...
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