Kaydet (Commit) 4e7cfbfa authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Eventually build the lanedo msi* tools soon

Change-Id: Ie8174ae4b7d2c02503f40fe1263076d924f2c9e2
üst 84546683
......@@ -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
......
crs cross_toolset :: autodoc cross_tail_build NULL
crs cross_toolset :: autodoc setup_native cross_tail_build NULL
......@@ -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
#
# 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
# -------------------------------------------------------------------------
#
# 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
# -------------------------------------------------------------------------
#
# 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
# -------------------------------------------------------------------------
#
# 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
# -------------------------------------------------------------------------
#
# 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
# -------------------------------------------------------------------------
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment