Fix build on Windows 2003 Server with MSVC 2008

Use quotation marks to encapsulate the path to node.lib.
Use ConfigurationName instead of Configuration for the
variable getting the Debug/Release directory.
This commit is contained in:
Ferdinand Prantl 2014-01-20 19:39:38 +01:00
parent 7e98c99ce7
commit b6baca7912

View file

@ -42,7 +42,7 @@
'-luuid.lib',
'-lodbc32.lib',
'-lDelayImp.lib',
'-l<(node_root_dir)/$(Configuration)/node.lib'
'-l"<(node_root_dir)/$(ConfigurationName)/node.lib"'
],
# warning C4251: 'node::ObjectWrap::handle_' : class 'v8::Persistent<T>'
# needs to have dll-interface to be used by clients of class 'node::ObjectWrap'