[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2006-07-28, Peter Wang <tjaden@xxxxxxxxxx> wrote:
> On 2006-07-28, Miguel A. Gavidia <juvinious@xxxxxxxxxx> wrote:
> > 金曜日 28 7月 2006 07:59、Peter Wang さんは書きました:
> > > On 2006-07-27, Miguel A. Gavidia <juvinious@xxxxxxxxxx> wrote:
> > > > Yeah sure I can assist
> > >
> > > What's your SourceForge username?
> > juvinious
>
> Ok, added you.
Gah, Miguel, what are you doing fiddling with my indenting?
Also, don't leave cruft like this in the file:
# TODO check actually on Linux
#if(WANT_LINUX_CONSOLE AND UNIX)
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(SUPPORT_LINUX_CONSOLE 1)
set(ALLEGRO_LINUX 1)
endif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
#endif(WANT_LINUX_CONSOLE AND UNIX)
Just delete the old lines. They will be in version control.
Thanks.
Peter