Skip to content

Commit

Permalink
Add shlwapi.lib to link libs
Browse files Browse the repository at this point in the history
  • Loading branch information
nocd5 committed Jun 4, 2012
1 parent c32546f commit 6d0fab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -6,7 +6,7 @@ CFLAGS = -nologo -MT -O2 -W3 -EHsc -DNDEBUG
LDFLAGS = -nologo LDFLAGS = -nologo


UINC = UINC =
ULIB = user32.lib gdi32.lib shell32.lib ULIB = user32.lib gdi32.lib shell32.lib shlwapi.lib


.SUFFIXES: .exe .obj .cpp .rc .res .SUFFIXES: .exe .obj .cpp .rc .res


Expand Down

0 comments on commit 6d0fab8

Please sign in to comment.