# HG changeset patch # User js # Date 1158266285 25200 # Node ID 2dd4cf103e1ce8d5ccd06f219e783511b60374e7 # Parent e2421315235785bd231c4e09964e3529f1286d04 [svn] Forgot to change .cpp -> .cxx in the Makefile.in. Shame on me... diff -r e24213152357 -r 2dd4cf103e1c ChangeLog --- a/ChangeLog Thu Sep 14 13:33:10 2006 -0700 +++ b/ChangeLog Thu Sep 14 13:38:05 2006 -0700 @@ -1,3 +1,47 @@ +2006-09-14 20:33:10 +0000 Jonathan Schleifer + revision [2319] + .cpp -> .cxx + This has the nice side effect that we don't need to add .cpp to .SUFFIXES for OpenBSD. + + + Changes: Modified: + +268 -268 trunk/Plugins/Input/console/Audacious_Config.cpp + +859 -859 trunk/Plugins/Input/console/Audacious_Driver.cpp + +406 -406 trunk/Plugins/Input/console/Blip_Buffer.cpp + +117 -117 trunk/Plugins/Input/console/Classic_Emu.cpp + +120 -120 trunk/Plugins/Input/console/Dual_Resampler.cpp + +254 -254 trunk/Plugins/Input/console/Fir_Resampler.cpp + +311 -311 trunk/Plugins/Input/console/Gb_Apu.cpp + +1113 -1113 trunk/Plugins/Input/console/Gb_Cpu.cpp + +333 -333 trunk/Plugins/Input/console/Gb_Oscs.cpp + +366 -366 trunk/Plugins/Input/console/Gbs_Emu.cpp + +350 -350 trunk/Plugins/Input/console/Gym_Emu.cpp + +148 -148 trunk/Plugins/Input/console/Gzip_File.cpp + +0 -0 trunk/Plugins/Input/console/Jma_File.cpp + +215 -215 trunk/Plugins/Input/console/Multi_Buffer.cpp + +84 -84 trunk/Plugins/Input/console/Music_Emu.cpp + +383 -383 trunk/Plugins/Input/console/Nes_Apu.cpp + +950 -950 trunk/Plugins/Input/console/Nes_Cpu.cpp + +122 -122 trunk/Plugins/Input/console/Nes_Fme7_Apu.cpp + +151 -151 trunk/Plugins/Input/console/Nes_Namco_Apu.cpp + +498 -498 trunk/Plugins/Input/console/Nes_Oscs.cpp + +219 -219 trunk/Plugins/Input/console/Nes_Vrc6_Apu.cpp + +623 -623 trunk/Plugins/Input/console/Nsf_Emu.cpp + +269 -269 trunk/Plugins/Input/console/Nsfe_Emu.cpp + +319 -319 trunk/Plugins/Input/console/Sms_Apu.cpp + +475 -475 trunk/Plugins/Input/console/Snes_Spc.cpp + +1066 -1066 trunk/Plugins/Input/console/Spc_Cpu.cpp + +666 -666 trunk/Plugins/Input/console/Spc_Dsp.cpp + +133 -133 trunk/Plugins/Input/console/Spc_Emu.cpp + +186 -186 trunk/Plugins/Input/console/Track_Emu.cpp + +54 -54 trunk/Plugins/Input/console/Vfs_File.cpp + +298 -298 trunk/Plugins/Input/console/Vgm_Emu.cpp + +312 -312 trunk/Plugins/Input/console/Vgm_Emu_Impl.cpp + +21 -21 trunk/Plugins/Input/console/Ym2413_Emu.cpp + +1321 -1321 trunk/Plugins/Input/console/Ym2612_Emu.cpp + +282 -282 trunk/Plugins/Input/console/abstract_file.cpp + + 2006-09-14 20:27:38 +0000 Giacomo Lozito revision [2317] - fix for issue that was fixed in r1946 and then appeared again later :) diff -r e24213152357 -r 2dd4cf103e1c Plugins/Input/console/Makefile.in --- a/Plugins/Input/console/Makefile.in Thu Sep 14 13:33:10 2006 -0700 +++ b/Plugins/Input/console/Makefile.in Thu Sep 14 13:38:05 2006 -0700 @@ -6,42 +6,42 @@ LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) SOURCES = \ - Blip_Buffer.cpp \ - Classic_Emu.cpp \ - Dual_Resampler.cpp \ - Fir_Resampler.cpp \ - Gb_Apu.cpp \ - Gb_Cpu.cpp \ - Gb_Oscs.cpp \ - Gbs_Emu.cpp \ - Gym_Emu.cpp \ - Multi_Buffer.cpp \ - Music_Emu.cpp \ - Nes_Apu.cpp \ - Nes_Cpu.cpp \ - Nes_Fme7_Apu.cpp \ - Nes_Namco_Apu.cpp \ - Nes_Oscs.cpp \ - Nes_Vrc6_Apu.cpp \ - Nsfe_Emu.cpp \ - Nsf_Emu.cpp \ - Sms_Apu.cpp \ - Snes_Spc.cpp \ - Spc_Cpu.cpp \ - Spc_Dsp.cpp \ - Spc_Emu.cpp \ - Vgm_Emu.cpp \ - abstract_file.cpp \ - Vfs_File.cpp \ - Gzip_File.cpp \ - Vgm_Emu_Impl.cpp \ - Ym2413_Emu.cpp \ - Ym2612_Emu.cpp \ - Track_Emu.cpp \ - Audacious_Config.cpp \ - Audacious_Driver.cpp + Blip_Buffer.cxx \ + Classic_Emu.cxx \ + Dual_Resampler.cxx \ + Fir_Resampler.cxx \ + Gb_Apu.cxx \ + Gb_Cpu.cxx \ + Gb_Oscs.cxx \ + Gbs_Emu.cxx \ + Gym_Emu.cxx \ + Multi_Buffer.cxx \ + Music_Emu.cxx \ + Nes_Apu.cxx \ + Nes_Cpu.cxx \ + Nes_Fme7_Apu.cxx \ + Nes_Namco_Apu.cxx \ + Nes_Oscs.cxx \ + Nes_Vrc6_Apu.cxx \ + Nsfe_Emu.cxx \ + Nsf_Emu.cxx \ + Sms_Apu.cxx \ + Snes_Spc.cxx \ + Spc_Cpu.cxx \ + Spc_Dsp.cxx \ + Spc_Emu.cxx \ + Vgm_Emu.cxx \ + abstract_file.cxx \ + Vfs_File.cxx \ + Gzip_File.cxx \ + Vgm_Emu_Impl.cxx \ + Ym2413_Emu.cxx \ + Ym2612_Emu.cxx \ + Track_Emu.cxx \ + Audacious_Config.cxx \ + Audacious_Driver.cxx -OBJECTS = ${SOURCES:.cpp=.o} +OBJECTS = ${SOURCES:.cxx=.o} LIBADD += -lz $(GTK_LIBS) -lstdc++ CXXFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(ARCH_DEFINES) -I../../../intl -I../../..