Update the mingw build to not require cygwin files.

This commit is contained in:
steve
2001-05-22 02:14:47 +00:00
parent 53772db66d
commit 660fd7c1d4
10 changed files with 64 additions and 19 deletions
+5 -2
View File
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#if !defined(WINNT) && !defined(macintosh)
#ident "$Id: null.c,v 1.3 2001/05/20 15:09:40 steve Exp $"
#ident "$Id: null.c,v 1.4 2001/05/22 02:14:47 steve Exp $"
#endif
/*
@@ -32,13 +32,16 @@ int target_design(ivl_design_t des)
return 0;
}
#if defined(__MINGW32__) || defined (__CYGWIN32__)
#if defined (__CYGWIN32__)
#include <cygwin/cygwin_dll.h>
DECLARE_CYGWIN_DLL(DllMain);
#endif
/*
* $Log: null.c,v $
* Revision 1.4 2001/05/22 02:14:47 steve
* Update the mingw build to not require cygwin files.
*
* Revision 1.3 2001/05/20 15:09:40 steve
* Mingw32 support (Venkat Iyer)
*