diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-23 16:50:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-23 17:33:49 +0300 |
commit | ef3158a4073044245ae901a5171f0e5421108094 (patch) | |
tree | 1f14b5730e0f9111d987f76a108aa56dadf3be5b | |
parent | 00dd367f51d26ab0835b8bf6f347f92a9f52e7f2 (diff) |
Match SAL_LIB for WNTGCC to what we produce
-rw-r--r-- | solenv/inc/libs.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index 74f4d3408..4e64fc584 100644 --- a/solenv/inc/libs.mk +++ b/solenv/inc/libs.mk @@ -100,7 +100,7 @@ XMLOFFLIB=-lxo$(DLLPOSTFIX) XMLOFFLLIB=-lxol .IF "$(GUI)$(COM)"=="WNTGCC" STORELIB=-lstore$(UDK_MAJOR) -SALLIB=-lsal$(UDK_MAJOR) +SALLIB=-luno_sal$(UDK_MAJOR) .ELSE # "$(GUI)$(COM)"=="WNTGCC" STORELIB=-lstore SALLIB=-luno_sal |