Commit 926a569e authored by Albert's avatar Albert

Build problem with unistd.h and Cygwin

The standard g++ compiler under windows (win32-g++) has unistd.gh file; Microsoft windows does not have it, therfore it is better to use the winbuild directory in case of windows adn no dependency otherwise
parent 8c9e8297
......@@ -133,8 +133,6 @@ HEADERS = arguments.h \
tooltip.h \
translator.h \
translator_adapter.h \
types.h \
unistd.h \
util.h \
version.h \
vhdlcode.h \
......
......@@ -2798,7 +2798,7 @@
>
</File>
<File
RelativePath="..\src\unistd.h"
RelativePath="..\winbuild\unistd.h"
>
<FileConfiguration
Name="Debug|Win32"
......
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