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
4e7cfbfa
Kaydet (Commit)
4e7cfbfa
authored
Tem 23, 2012
tarafından
Fridrich Štrba
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Eventually build the lanedo msi* tools soon
Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2
üst
84546683
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
167 additions
and
2 deletions
+167
-2
configure.in
configure.in
+1
-1
build.lst
cross_toolset/prj/build.lst
+1
-1
build.lst
setup_native/prj/build.lst
+5
-0
makefile.mk
setup_native/source/win32/wintools/makecab/makefile.mk
+32
-0
makefile.mk
setup_native/source/win32/wintools/msidb/makefile.mk
+32
-0
makefile.mk
setup_native/source/win32/wintools/msiinfo/makefile.mk
+32
-0
makefile.mk
setup_native/source/win32/wintools/msimsp/makefile.mk
+32
-0
makefile.mk
setup_native/source/win32/wintools/msitran/makefile.mk
+32
-0
No files found.
configure.in
Dosyayı görüntüle @
4e7cfbfa
...
...
@@ -8562,7 +8562,7 @@ AC_SUBST(WINDOWS_SDK_HOME)
dnl =========================================
dnl Check for uuidgen
dnl =========================================
if test "$_os" = "WINNT"; then
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
...
...
cross_toolset/prj/build.lst
Dosyayı görüntüle @
4e7cfbfa
crs cross_toolset :: autodoc cross_tail_build NULL
crs cross_toolset :: autodoc
setup_native
cross_tail_build NULL
setup_native/prj/build.lst
Dosyayı görüntüle @
4e7cfbfa
...
...
@@ -16,3 +16,8 @@ pk setup_native\source\win32\customactions\shellextensions nmake - w sn_sh
pk setup_native\source\win32\customactions\indexingfilter nmake - w sn_indexingfilter NULL
pk setup_native\source\win32\customactions\languagepacks nmake - w sn_languagepacks sn_shellextensions.w sn_tools.w NULL
pk setup_native\source\win32\customactions\patch nmake - w sn_patch sn_languagepacks.w sn_shellextensions.w sn_quickstarter.w sn_tools.w NULL
pk setup_native\source\win32\wintools\makecab nmake - u sn_makecab NULL
pk setup_native\source\win32\wintools\msidb nmake - u sn_msidb NULL
pk setup_native\source\win32\wintools\msiinfo nmake - u sn_msiinfo NULL
pk setup_native\source\win32\wintools\msimsp nmake - u sn_msimsp NULL
pk setup_native\source\win32\wintools\msitran nmake - u sn_msitrans NULL
setup_native/source/win32/wintools/makecab/makefile.mk
0 → 100644
Dosyayı görüntüle @
4e7cfbfa
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
PRJ
=
..
$/
..
$/
..
$/
..
PRJNAME
=
setup_native
TARGET
=
sn_makecab
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
.IF
"$(WINEGCC)"
==
""
@all
:
@echo
"No winegcc present, not building makecab..."
.ELSE
@all
:
@echo
"Not building makecab yet, stay tuned..."
.ENDIF
# --- Targets --------------------------------------------------------------
.INCLUDE
:
target.mk
# -------------------------------------------------------------------------
setup_native/source/win32/wintools/msidb/makefile.mk
0 → 100644
Dosyayı görüntüle @
4e7cfbfa
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
PRJ
=
..
$/
..
$/
..
$/
..
PRJNAME
=
setup_native
TARGET
=
sn_msidb
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
.IF
"$(WINEGCC)"
==
""
@all
:
@echo
"No winegcc present, not building msidb..."
.ELSE
@all
:
@echo
"Not building msidb yet, stay tuned..."
.ENDIF
# --- Targets --------------------------------------------------------------
.INCLUDE
:
target.mk
# -------------------------------------------------------------------------
setup_native/source/win32/wintools/msiinfo/makefile.mk
0 → 100644
Dosyayı görüntüle @
4e7cfbfa
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
PRJ
=
..
$/
..
$/
..
$/
..
PRJNAME
=
setup_native
TARGET
=
sn_msiinfo
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
.IF
"$(WINEGCC)"
==
""
@all
:
@echo
"No winegcc present, not building msiinfo..."
.ELSE
@all
:
@echo
"Not building msiinfo yet, stay tuned..."
.ENDIF
# --- Targets --------------------------------------------------------------
.INCLUDE
:
target.mk
# -------------------------------------------------------------------------
setup_native/source/win32/wintools/msimsp/makefile.mk
0 → 100644
Dosyayı görüntüle @
4e7cfbfa
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
PRJ
=
..
$/
..
$/
..
$/
..
PRJNAME
=
setup_native
TARGET
=
sn_msimsp
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
.IF
"$(WINEGCC)"
==
""
@all
:
@echo
"No winegcc present, not building msimsp..."
.ELSE
@all
:
@echo
"Not building msimsp yet, stay tuned..."
.ENDIF
# --- Targets --------------------------------------------------------------
.INCLUDE
:
target.mk
# -------------------------------------------------------------------------
setup_native/source/win32/wintools/msitran/makefile.mk
0 → 100644
Dosyayı görüntüle @
4e7cfbfa
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
PRJ
=
..
$/
..
$/
..
$/
..
PRJNAME
=
setup_native
TARGET
=
sn_msitran
# --- Settings -----------------------------------------------------
.INCLUDE
:
settings.mk
# --- Files --------------------------------------------------------
.IF
"$(WINEGCC)"
==
""
@all
:
@echo
"No winegcc present, not building msitran..."
.ELSE
@all
:
@echo
"Not building msitran yet, stay tuned..."
.ENDIF
# --- Targets --------------------------------------------------------------
.INCLUDE
:
target.mk
# -------------------------------------------------------------------------
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