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
1d553601
Kaydet (Commit)
1d553601
authored
Ock 24, 2009
tarafından
René Engelhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
i10000# fix Windows build
üst
8a3273cf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
20 deletions
+13
-20
configure.in
configure.in
+13
-13
guw.cc
guw/guw.cc
+0
-0
makefile
guw/makefile
+0
-7
No files found.
configure.in
Dosyayı görüntüle @
1d553601
...
@@ -1658,7 +1658,7 @@ if test "$_os" = "WINNT"; then
...
@@ -1658,7 +1658,7 @@ if test "$_os" = "WINNT"; then
AC_MSG_CHECKING([for friendly registry keys])
AC_MSG_CHECKING([for friendly registry keys])
# VS.Net 2003, VS.Net 2005
# VS.Net 2003, VS.Net 2005
if test -z "$with_cl_home"; then
if test -z "$with_cl_home"; then
vctest=`./
solenv/bin/
oowintool --msvc-productdir`;
vctest=`./oowintool --msvc-productdir`;
if test -x "$vctest/bin/cl.exe"; then
if test -x "$vctest/bin/cl.exe"; then
with_cl_home=$vctest;
with_cl_home=$vctest;
fi
fi
...
@@ -1784,13 +1784,13 @@ if test "$COMEX" -ge "10"; then
...
@@ -1784,13 +1784,13 @@ if test "$COMEX" -ge "10"; then
MIDL_PATH
=
"$with_cl_home/../Common7/Tools/Bin"
MIDL_PATH
=
"$with_cl_home/../Common7/Tools/Bin"
fi
fi
if
test
-
z
"$MIDL_PATH"
;
then
if
test
-
z
"$MIDL_PATH"
;
then
vstest
=`./
solenv
/
bin
/
oowintool
--
msvs
-
productdir
`;
vstest
=`./
oowintool
--
msvs
-
productdir
`;
if
test
-
x
"$vstest/Common7/Tools/Bin/midl.exe"
;
then
if
test
-
x
"$vstest/Common7/Tools/Bin/midl.exe"
;
then
MIDL_PATH
=
"$vstest/Common7/Tools/Bin"
MIDL_PATH
=
"$vstest/Common7/Tools/Bin"
fi
fi
fi
fi
if
test
-
z
"$MIDL_PATH"
;
then
if
test
-
z
"$MIDL_PATH"
;
then
psdktest
=`./
solenv
/
bin
/
oowintool
--
psdk
-
home
`
psdktest
=`./
oowintool
--
psdk
-
home
`
if
test
-
x
"$psdktest/Bin/midl.exe"
;
then
if
test
-
x
"$psdktest/Bin/midl.exe"
;
then
MIDL_PATH
=
"$psdktest/Bin"
MIDL_PATH
=
"$psdktest/Bin"
fi
fi
...
@@ -1813,7 +1813,7 @@ if test "$COMEX" -ge "10"; then
...
@@ -1813,7 +1813,7 @@ if test "$COMEX" -ge "10"; then
if test -x "$with_csc_path/csc.exe"; then
if test -x "$with_csc_path/csc.exe"; then
CSC_PATH="$with_csc_path"
CSC_PATH="$with_csc_path"
else
else
csctest=`./
solenv/bin/
oowintool --csc-compilerdir`;
csctest=`./oowintool --csc-compilerdir`;
if test -x "$csctest/csc.exe"; then
if test -x "$csctest/csc.exe"; then
CSC_PATH="$csctest"
CSC_PATH="$csctest"
fi
fi
...
@@ -1838,11 +1838,11 @@ if test "$COMEX" -ge "10"; then
...
@@ -1838,11 +1838,11 @@ if test "$COMEX" -ge "10"; then
FRAME_HOME
=
"$with_cl_home/../SDK/v1.1"
FRAME_HOME
=
"$with_cl_home/../SDK/v1.1"
fi
fi
if
test
-
z
"$FRAME_HOME"
;
then
if
test
-
z
"$FRAME_HOME"
;
then
frametest
=`./
solenv
/
bin
/
oowintool
--
dotnetsdk
-
dir
`
frametest
=`./
oowintool
--
dotnetsdk
-
dir
`
if
test
-
f
"$frametest/lib/mscoree.lib"
;
then
if
test
-
f
"$frametest/lib/mscoree.lib"
;
then
FRAME_HOME
=
"$frametest"
FRAME_HOME
=
"$frametest"
else
else
frametest
=`./
solenv
/
bin
/
oowintool
--
psdk
-
home
`
frametest
=`./
oowintool
--
psdk
-
home
`
if
test
-
f
"$frametest/lib/mscoree.lib"
;
then
if
test
-
f
"$frametest/lib/mscoree.lib"
;
then
FRAME_HOME
=
"$frametest"
FRAME_HOME
=
"$frametest"
fi
fi
...
@@ -2585,7 +2585,7 @@ fi
...
@@ -2585,7 +2585,7 @@ fi
if
test
"$_os"
=
"WINNT"
;
then
if
test
"$_os"
=
"WINNT"
;
then
if
test
-
z
"$with_jdk_home"
;
then
if
test
-
z
"$with_jdk_home"
;
then
_jdk_home
=`./
solenv
/
bin
/
oowintool
--
jdk
-
home
`
_jdk_home
=`./
oowintool
--
jdk
-
home
`
if
test
-
d
"$_jdk_home"
;
then
if
test
-
d
"$_jdk_home"
;
then
with_jdk_home
=
"$_jdk_home"
with_jdk_home
=
"$_jdk_home"
fi
fi
...
@@ -4718,7 +4718,7 @@ if test \( "$_os" = "WINNT" \) ; then
...
@@ -4718,7 +4718,7 @@ if test \( "$_os" = "WINNT" \) ; then
AC_MSG_CHECKING
([
for
PSDK
files
])
AC_MSG_CHECKING
([
for
PSDK
files
])
if
test
-
z
"$with_psdk_home"
;
then
if
test
-
z
"$with_psdk_home"
;
then
#
This
first
line
will
detect
a
February
2003
Microsoft
Platform
SDK
#
This
first
line
will
detect
a
February
2003
Microsoft
Platform
SDK
PSDK_HOME
=`./
solenv
/
bin
/
oowintool
--
psdk
-
home
`
PSDK_HOME
=`./
oowintool
--
psdk
-
home
`
#
But
there
might
be
also
an
April
2005
PSDK
,
unfortunately
MS
changed
#
But
there
might
be
also
an
April
2005
PSDK
,
unfortunately
MS
changed
#
the
registry
entry
.
(
we
prefer
the
old
version
!?)
#
the
registry
entry
.
(
we
prefer
the
old
version
!?)
if
test
-
z
"$PSDK_HOME"
;
then
if
test
-
z
"$PSDK_HOME"
;
then
...
@@ -4846,7 +4846,7 @@ if test "$_os" = "WINNT" ; then
...
@@ -4846,7 +4846,7 @@ if test "$_os" = "WINNT" ; then
if
test
-
e
"$with_nsis_path/nsis.exe"
;
then
if
test
-
e
"$with_nsis_path/nsis.exe"
;
then
NSIS_PATH
=
"$with_nsis_path"
NSIS_PATH
=
"$with_nsis_path"
fi
fi
nsistest
=`./
solenv
/
bin
/
oowintool
--
nsis
-
dir
`;
nsistest
=`./
oowintool
--
nsis
-
dir
`;
if
test
-
x
"$nsistest/nsis.exe"
;
then
if
test
-
x
"$nsistest/nsis.exe"
;
then
NSIS_PATH
=
"$nsistest"
NSIS_PATH
=
"$nsistest"
fi
fi
...
@@ -5070,13 +5070,13 @@ may have to search Microsoft's website.) Last time it was seen at:
...
@@ -5070,13 +5070,13 @@ may have to search Microsoft's website.) Last time it was seen at:
fi
fi
dnl ===================================================================
dnl ===================================================================
dnl Windows builds - use
solenv/bin/
oowintool to copy CRT dlls and manifest
dnl Windows builds - use oowintool to copy CRT dlls and manifest
dnl ===================================================================
dnl ===================================================================
if test "$_os" = "WINNT"; then
if test "$_os" = "WINNT"; then
if ./
solenv/bin/
oowintool --msvc-copy-dlls ./external/msvcp ; then
if ./oowintool --msvc-copy-dlls ./external/msvcp ; then
:
:
else
else
AC_MSG_ERROR([
solenv/bin/
oowintool failed to copy CRT])
AC_MSG_ERROR([oowintool failed to copy CRT])
fi
fi
fi
fi
...
@@ -5099,7 +5099,7 @@ dnl ===================================================================
...
@@ -5099,7 +5099,7 @@ dnl ===================================================================
dnl
Windows
builds
-
attempt
to
auto
-
copy
required
instmsiX
.
exe
into
external
/
dnl
Windows
builds
-
attempt
to
auto
-
copy
required
instmsiX
.
exe
into
external
/
dnl
===================================================================
dnl
===================================================================
if
test
"$_os"
=
"WINNT"
;
then
if
test
"$_os"
=
"WINNT"
;
then
./
solenv
/
bin
/
oowintool
--
msvc
-
copy
-
instmsi
./
external
/
msi
./
oowintool
--
msvc
-
copy
-
instmsi
./
external
/
msi
fi
fi
dnl
===================================================================
dnl
===================================================================
...
...
guw/guw.cc
Dosyayı görüntüle @
1d553601
This diff is collapsed.
Click to expand it.
guw/makefile
Dosyayı görüntüle @
1d553601
...
@@ -2,11 +2,4 @@ sources = guw.cc
...
@@ -2,11 +2,4 @@ sources = guw.cc
guw
:
$(sources)
guw
:
$(sources)
g++
-Wall
-o
guw
$(sources)
g++
-Wall
-o
guw
$(sources)
sources
=
guw.cc
guw
:
$(sources)
g++
-Wall
-o
guw
$(sources)
sources
=
guw.cc
guw
:
$(sources)
g++
-Wall
-o
guw
$(sources)
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