bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Build fixes for WIN32


From: Gerte Hoogewerf
Subject: Build fixes for WIN32
Date: Wed, 25 Sep 2013 16:01:54 +0200

Hello there,

I successfully tested the latest revision of GNU make on WIN32 today and just wanted to share the changes required to successfully build for MinGW and MSVC.

To summarize, I needed to make the following changes:
- Moved __declspec(dllexport) before function return type in GMK_EXPORT.
- Added previously missing files load.c and posixfcn.c to project file.
- Placed unistd.h inclusion in guard (not available in MSVC).
- Fixed OUTPUT_SYNC -> NO_OUTPUT_SYNC guard inversion.

Please find the patch attached and commit if possible.

Best regards,
Gerte Hoogewerf

Attachment: make_misc_win32.txt
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]