summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-03-12 22:38:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-03-12 22:38:26 +0000
commita8430dc185dbc6d3a3da987bd0f09925bf3edf3d (patch)
tree30efc2e68816dc9a93ebe16fd19d13582b4beb81 /set_soenv.in
parent2011428e8d1c0fe0cbf318111ffab93616bc0292 (diff)
CWS-TOOLING: integrate CWS mingwport17
2009-02-02 09:09:07 +0100 tono r267246 : i#98723#: Less conditionals in libs.mk for mingw 2009-02-02 09:06:03 +0100 tono r267244 : i#98722#: Skip building ldump in mingw 2009-02-02 09:04:05 +0100 tono r267243 : i#98721#: Improve symbol extraction in mingw 2009-02-02 09:02:07 +0100 tono r267242 : i#98720#: Improve strip performance in mingw 2009-02-02 08:59:36 +0100 tono r267241 : i#98719#: Copy mingw multithread runtime in external 2009-02-02 08:55:09 +0100 tono r267240 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:53:33 +0100 tono r267239 : i#98718#: Cleanup cygwin workaround for mingw 2009-02-02 08:50:36 +0100 tono r267237 : i#98717#: Avoid MSVC version check in mingw configure 2009-01-28 22:28:53 +0100 tono r267088 : i#97608#: Remove Guiddef.h inclusion 2009-01-28 22:24:23 +0100 tono r267087 : i#96980#: cairo dll name is different in mingw build 2009-01-28 22:19:19 +0100 tono r267086 : i#96731#: MinGW port fro embedserv update
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 1c432a331def..77798fabe579 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1477,8 +1477,7 @@ elsif ($platform =~ m/cygwin/)
elsif ( $COM eq "GCC" )
{ $SOLARINC .= $I.'$SOLARVER'.$ds.'$INPATH'.$INC.$ds."external".$ds."mingw".$ds."include";
if ( $USE_MINGW eq "cygwin" )
- { $SOLARINC .= $I.PathFormat($USR.$ds."include".$ds."mingw".$ds."include").
- $I.PathFormat($USR.$ds."include".$ds."mingw").
+ { $SOLARINC .= $I.PathFormat($USR.$ds."include".$ds."mingw").
$I.PathFormat($USR.$ds."include".$ds."w32api").
$I.PathFormat($USR.$ds."include"); }
else