[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2007-06-24, Matthew Leverton <meffer@xxxxxxxxxx> wrote:
> > UINT_PTR is probably accidentally left in from something else, and I
> > doubt FILENAME_MAX needs to be set.
> >
> Attached are a few patches to clean some things up:
>
> aldmc.h => removes UINT_PTR and FILENAME_MAX
>
> fixdll.sh, makefile.dmc => It turns out that MinGW does not support
> EXETYPE or SUBSYSTEM in the def file. (But it does support LIBRARY.)
> So I removed those, and found command line switches for them and added
> those to the DMC makefile.
>
> So with these patches, the latest code from SVN works with MinGW and DMC.
Great, thanks.
Peter