--- previous/src/gui-sdl/CMakeLists.txt 2018/04/24 19:25:10 1.1 +++ previous/src/gui-sdl/CMakeLists.txt 2018/04/24 19:28:23 1.1.1.2 @@ -4,8 +4,8 @@ include_directories(. ../.. ../debug ../ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-write-strings") add_library(GuiSdl - dlgAbout.c dlgAlert.c dlgDevice.c dlgFileSelect.c - dlgMain.c dlgMemory.c - dlgRom.c dlgScreen.c dlgSystem.c + dlgAbout.c dlgAdvanced.c dlgAlert.c dlgBoot.c dlgDevice.c + dlgFileSelect.c dlgHardDisk.c dlgMain.c dlgMemory.c dlgMemoryAdvanced.c + dlgMissingFile.c dlgRom.c dlgScreen.c dlgSystem.c dlgKeyboard.c sdlgui.c )