Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Commit d3d14bc

Browse files
committed
VS2015: add link libraries
1 parent aeed22c commit d3d14bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

appshell.gyp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@
125125
'-lrpcrt4.lib',
126126
'-lopengl32.lib',
127127
'-lglu32.lib',
128+
'-luser32.lib',
129+
'-lcomdlg32.lib',
130+
'-lshell32.lib',
131+
'-lole32.lib',
132+
'-lgdi32.lib',
128133
'-l$(ConfigurationName)/libcef.lib',
129134
],
130135
},

0 commit comments

Comments
 (0)