[uae] Re: Cocoa again

  • From: Steven Saunders <s_j_nevets@xxxxxxxxxxxx>
  • To: E-UAE Mailing List <uae@xxxxxxxxxxxxx>
  • Date: Mon, 15 Aug 2005 19:12:23 +1000 (EST)

Richard Drummond wrote:

> One thing, though: the menu entry short-cut keys do rather
> conflict with UAE's keys (unless the user is using PageDown
> for the right Amiga key).

OK, I've just commited some changes which remove all the keyboard
shortcuts.

> Oh. And here an 10.2.8, the floppy dialogs no longer work.

I've placed a check in the code to make sure that method is available
before calling it. Should be no problem now. 

How many people out there (other than Rich) haven't upgraded to at
least Panther? It would be nice (read: easier for me :-) if I could
make Panther the oldest supported OS going forward.

Also, cocoaui.m now checks whether USE_SDL is defined, and does some
SDL stuff if it is.. Currently the automatically generated Makefile
doesn't specify the include path for SDL.h and the argument to define
USE_SDL isn't passed. I fixed this by adding $(CFLAGS) to the end of
the OBJCCOMPILE line in the Makefile, as follows:

    OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)
$(CFLAGS)

.... but I don't know how to modify Makefile.am so autoconf/automake
will do this automatically. Can you set this up Rich?

Thanks.
Steve





                
____________________________________________________ 
Do you Yahoo!? 
Yahoo! Photos: Now with unlimited storage 
http://au.photos.yahoo.com

Other related posts: