diff options
author | Albert <albert.tests@gmail.com> | 2013-10-20 16:22:13 (GMT) |
---|---|---|
committer | Albert <albert.tests@gmail.com> | 2013-10-20 16:22:13 (GMT) |
commit | 926a569ee455911ed6752750b9715d9bdf689504 (patch) | |
tree | a44f601951aff40bca3ea54f08c859b0f2224ce0 /src/libdoxygen.pro.in | |
parent | 8c9e829765aeac42e9c9096e322812b582052782 (diff) | |
download | Doxygen-926a569ee455911ed6752750b9715d9bdf689504.zip Doxygen-926a569ee455911ed6752750b9715d9bdf689504.tar.gz Doxygen-926a569ee455911ed6752750b9715d9bdf689504.tar.bz2 |
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
Diffstat (limited to 'src/libdoxygen.pro.in')
-rw-r--r-- | src/libdoxygen.pro.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libdoxygen.pro.in b/src/libdoxygen.pro.in index 393f72d..96b7b9e 100644 --- a/src/libdoxygen.pro.in +++ b/src/libdoxygen.pro.in @@ -133,8 +133,6 @@ HEADERS = arguments.h \ tooltip.h \ translator.h \ translator_adapter.h \ - types.h \ - unistd.h \ util.h \ version.h \ vhdlcode.h \ |