Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
platformLibs:mingw: move shlwapi to separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
msink committed Oct 26, 2019
1 parent 7c8a39e commit 6afacfd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
15 changes: 15 additions & 0 deletions platformLibs/src/platform/mingw/shlwapi.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package = platform.shlwapi
depends = windows

compilerOpts = \
-DUNICODE \
-DWINVER=0x0601 \
-D_WIN32_WINNT=0x0601 \
-DWINAPI_FAMILY=3 \
-DOEMRESOURCE \
-Wno-incompatible-pointer-types \
-Wno-deprecated-declarations

headers = windows.h shlwapi.h
headerFilter = shlwapi.h
linkerOpts = -lshlwapi
3 changes: 0 additions & 3 deletions platformLibs/src/platform/mingw/windows.def
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ headers = \
windows.h \
commctrl.h \
shlobj.h \
shlwapi.h \
shobjidl.h

headerFilter = \
Expand Down Expand Up @@ -109,7 +108,6 @@ headerFilter = \
shldisp.h \
shlguid.h \
shlobj.h \
shlwapi.h \
shobjidl.h \
shtypes.h \
specstrings.h \
Expand Down Expand Up @@ -163,7 +161,6 @@ noStringConversion = \

linkerOpts = \
-lcomctl32 \
-lshlwapi \
-lshell32 \
-limm32 \
-lgdi32 \
Expand Down

0 comments on commit 6afacfd

Please sign in to comment.