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

Commit 7cf5fa6

Browse files
authored
Merge pull request #552 from ficristo/win-link-libs
VS2015: add link libraries
2 parents e43d526 + d3d14bc commit 7cf5fa6

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
@@ -126,6 +126,11 @@
126126
'-lrpcrt4.lib',
127127
'-lopengl32.lib',
128128
'-lglu32.lib',
129+
'-luser32.lib',
130+
'-lcomdlg32.lib',
131+
'-lshell32.lib',
132+
'-lole32.lib',
133+
'-lgdi32.lib',
129134
'-l$(ConfigurationName)/libcef.lib',
130135
],
131136
},

0 commit comments

Comments
 (0)