Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Added documentation for future build of the bindings in Windows #164

Merged
merged 1 commit into from
Oct 3, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions precompiled/win32-ia32/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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.
9 changes: 9 additions & 0 deletions precompiled/win32-x64/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 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.