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
ff929ad4
Kaydet (Commit)
ff929ad4
authored
Agu 07, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unnecessary references to test-install (just use instdir)
Change-Id: I99f19a3e2ed166c2ea4397f8767975973dd5d983
üst
f1589f76
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
8 deletions
+5
-8
README.cross
README.cross
+0
-3
configure.ac
configure.ac
+2
-2
README
oox/source/drawingml/customshapes/README
+3
-3
No files found.
README.cross
Dosyayı görüntüle @
ff929ad4
...
...
@@ -220,9 +220,6 @@ TODO:
others; would be best to avoid that if at all possible (using a free
cab implementation, part of Wine or something)
- MSI generation
- if at all possible, the make test-install installation (with links
back to the build) should be done so that it would be directly
executable via wine after doing make test-install :-)
- runtime
- no idea if the entire thing works after the installation at all; I
...
...
configure.ac
Dosyayı görüntüle @
ff929ad4
...
...
@@ -9868,7 +9868,7 @@ if test "$_os" = "WINNT" -a "$cross_compiling" != "yes"; then
if test "$WITH_MINGW" = "yes"; then
AC_PATH_PROG([UUIDGEN], [uuid])
if test -z "$UUIDGEN"; then
AC_MSG_WARN([uuid is needed for
test-install
])
AC_MSG_WARN([uuid is needed for
building installation sets
])
fi
else
# presence is already tested above in the WINDOWS_SDK_HOME check
...
...
@@ -9878,7 +9878,7 @@ if test "$_os" = "WINNT" -a "$cross_compiling" != "yes"; then
else
AC_PATH_PROG([UUIDGEN], [uuidgen])
if test -z "$UUIDGEN"; then
AC_MSG_WARN([uuid is needed for
test-install
])
AC_MSG_WARN([uuid is needed for
building installation sets
])
fi
fi
...
...
oox/source/drawingml/customshapes/README
Dosyayı görüntüle @
ff929ad4
...
...
@@ -10,9 +10,9 @@
set
-o
errexit
# To re-generate the code, you need to be on Linux (I think).
You
#
might need to have done a make test-install. oox needs to be build
# with dbglevel=2 so that DEBUG is defined.
# To re-generate the code, you need to be on Linux (I think).
#
It is not necessary to do a make test-install, just run from instdir.
#
oox needs to be build
with dbglevel=2 so that DEBUG is defined.
make oox.clean
&&
make oox
dbglevel
=
2
...
...
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