Add the Win32 "version" library

This commit is contained in:
Tor Lillqvist
2011-05-30 18:01:40 +03:00
parent 240c1266d8
commit 3beeaf0725
2 changed files with 2 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ gb_Library_NOILIBFILENAMES:=\
user32 \
uuid \
uwinapi \
version \
winspool \
gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_NOILIBFILENAMES),$(lib):%),$(gb_Library_FILENAMES))

View File

@@ -395,6 +395,7 @@ gb_Library_PLAINLIBS_NONE += \
user32 \
uuid \
uwinapi \
version \
winspool \
z \