diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2009-12-14 10:38:59 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2009-12-14 10:38:59 +0100 |
commit | 5b07a6607a9b164065be23169d48bf0525631045 (patch) | |
tree | 3c0e6ec250a0fb11e9d3b69123b640553bae8c2b /neon | |
parent | f435b95cf7b9e5b2806b836c21b00edbc707e7c8 (diff) |
#i10000# fix for link error on windows
Diffstat (limited to 'neon')
-rw-r--r-- | neon/neon.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/neon/neon.patch b/neon/neon.patch index 94769f7cc58f..23a6bba02ebe 100644 --- a/neon/neon.patch +++ b/neon/neon.patch @@ -488,7 +488,7 @@ +#endif --- misc/neon-0.28.2/src/makefile.mk 2009-09-29 10:28:26.687500000 +0200 +++ misc/build/neon-0.28.2/src/makefile.mk 2009-09-17 13:04:18.031250000 +0200 -@@ -1 +1,91 @@ +@@ -1 +1,92 @@ -dummy +PRJ=..$/..$/..$/..$/.. + @@ -497,6 +497,7 @@ +LIBTARGET=NO +USE_DEFFILE=TRUE +EXTERNAL_WARNINGS_NOT_ERRORS := TRUE ++ UWINAPILIB= + +# --- Settings ----------------------------------------------------- + |