diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-18 20:05:18 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-18 20:05:52 +0200 |
commit | 732ab700ad95f87b19f65f8336298547689148e8 (patch) | |
tree | d45f144b4f74bed28cfdce1e87cd1917400bf8a3 | |
parent | 3050b78b3804b7cf0b62dc71f1841ebd41334f3c (diff) |
Add the advapi32 library, for Registry API at leastintegration/dev300_m101
-rwxr-xr-x | solenv/gbuild/platform/windows.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk index 07a7dc924..d485f744c 100755 --- a/solenv/gbuild/platform/windows.mk +++ b/solenv/gbuild/platform/windows.mk @@ -161,6 +161,7 @@ gb_CXXFLAGS := \ -Zm500 \ gb_STDLIBS := \ + advapi32 \ uwinapi \ kernel32 \ msvcrt \ |