Re: [AD] scanexp.c problems (and patch) |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] scanexp.c problems (and patch)
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Mon, 11 Aug 2008 07:58:02 -0600 (MDT)
On Mon, August 11, 2008 6:30 am, Peter Wang said:
> I'm not sure why it wasn't just defined in this file, since
> misc/fixdll.sh and misc/fixdll.bat always defines it when compiling.
> So
> I guess it's fine, but you should delete -DSCAN_DEPEND from fixdll.*
> then.
Actually, I couldn't find SCAN_DEPEND defined anywhere, even though
I grep'ed the fixdll.*.
> Would this be because when you use CMake out-of-source builds the
> alplatf.h is generated in a different directory, so it can't be
> found?
Cmake will not complete until allegro.def is generated, so there is
no alplatf.h at the time fixdll.sh is run.
Trent :{)>