From f880cd800d29489f1bb00e68e0f67e94e8a8393a Mon Sep 17 00:00:00 2001 From: "K.Ohta" Date: Mon, 13 Apr 2015 06:19:37 +0900 Subject: [PATCH] [VM][FM7][GENERAL][SOUND] Build with pcm1bit.cpp, not beep.cpp. --- source/build-cmake/fm7/CMakeLists.txt | 4 ++-- source/build-cmake/fm77av/CMakeLists.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/build-cmake/fm7/CMakeLists.txt b/source/build-cmake/fm7/CMakeLists.txt index e8d170ac7..d6e1d70c6 100644 --- a/source/build-cmake/fm7/CMakeLists.txt +++ b/source/build-cmake/fm7/CMakeLists.txt @@ -28,8 +28,8 @@ set(LOCAL_LIBS vm_fm7 set(VMFILES mc6809.cpp # -# pcm1bit.cpp - beep.cpp + pcm1bit.cpp +# beep.cpp mb8877.cpp ym2203.cpp diff --git a/source/build-cmake/fm77av/CMakeLists.txt b/source/build-cmake/fm77av/CMakeLists.txt index d9cd8b8f8..cb0c010a9 100644 --- a/source/build-cmake/fm77av/CMakeLists.txt +++ b/source/build-cmake/fm77av/CMakeLists.txt @@ -28,8 +28,8 @@ set(LOCAL_LIBS vm_fm7 set(VMFILES mc6809.cpp # -# pcm1bit.cpp - beep.cpp + pcm1bit.cpp +# beep.cpp mb8877.cpp ym2203.cpp -- 2.11.0