Commit 805ef4ff by Andrew Nesbitt

Merge pull request #164 from LaurentGoderre/windows-doc

Added documentation for future build of the bindings in Windows
parents 98bb8ca3 f268a529
## Building bindings for Windows
When compiling the bindings for Windows, make sure to remove every instance of the following line from the Visual Studio project file (build/binding.vcxproj)
```xml
<RuntimeTypeInfo>false</RuntimeTypeInfo>
```
This line is known to cause some incompatibility with libsass and node.js.
\ No newline at end of file
## Building bindings for Windows
When compiling the bindings for Windows, make sure to remove every instance of the following line from the Visual Studio project file (build/binding.vcxproj)
```xml
<RuntimeTypeInfo>false</RuntimeTypeInfo>
```
This line is known to cause some incompatibility with libsass and node.js.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment