16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 13:59:19 +02:00

sound files cleanup

This commit is contained in:
milek7
2017-09-30 11:50:27 +02:00
parent 7723e69ed3
commit 93a9290025
5 changed files with 2 additions and 363 deletions

View File

@@ -72,7 +72,7 @@ set(SOURCES
if (WIN32)
add_definitions(-DHAVE_ROUND) # to make pymath to not redefine round
set(SOURCES ${SOURCES} "windows.cpp" "Console.cpp" "Console/LPT.cpp" "Console/PoKeys55.cpp" "wavread.cpp")
set(SOURCES ${SOURCES} "windows.cpp" "Console.cpp" "Console/LPT.cpp" "Console/PoKeys55.cpp")
endif()
if (${CMAKE_CXX_COMPILER_ID} STREQUAL MSVC)