* Port to MinGW

This commit is contained in:
Tim Angus 2005-09-22 03:21:33 +00:00
parent 50eb77ed1a
commit fcaf343d7f
28 changed files with 347 additions and 64 deletions

View file

@ -7,7 +7,11 @@
//
// Generated from the TEXTINCLUDE 2 resource.
//
#ifndef __MINGW32__
#include "winres.h"
#else
#include <winresrc.h>
#endif
/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS
@ -53,7 +57,11 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
#ifndef __MINGW32__
IDI_ICON1 ICON DISCARDABLE "qe3.ico"
#else
IDI_ICON1 ICON DISCARDABLE "../win32/qe3.ico"
#endif
/////////////////////////////////////////////////////////////////////////////
//