--- uae/src/Makefile.xf86os2 2018/04/24 16:39:00 1.1.1.2 +++ uae/src/Makefile.xf86os2 2018/04/24 16:42:02 1.1.1.3 @@ -24,11 +24,6 @@ sysconfdir = ${prefix}/etc .SUFFIXES: .o .c .h .m -# If you want to use the AF System to play sound, set theese to the -# correct paths. If not, leave them commented out. -# (Don't forget to define AF_SOUND in config.h) -#AFINCLUDE=-I/usr/local/vol/AudioFile/include -#AFLDFLAGS=-L/usr/local/vol/AudioFile/lib -lAF INCLUDES=-Iinclude @@ -53,7 +48,7 @@ readdisk: readdisk.o $(CC) readdisk.o -o readdisk $(LDFLAGS) $(DEBUGFLAGS) -Zmtd -Zexe uae: $(OBJS) - $(CC) $(OBJS) -o uae $(GFXLDFLAGS) $(AFLDFLAGS) $(LDFLAGS) $(DEBUGFLAGS) $(LIBRARIES) -Zmtd -Zexe + $(CC) $(OBJS) -o uae $(GFXLDFLAGS) $(LDFLAGS) $(DEBUGFLAGS) $(LIBRARIES) -Zmtd -Zexe clean: -rm -f *.o uae readdisk