Removed prefix from filename and changed name as only the race dialog will be placed in it.

This commit is contained in:
Jan Borsodi 2010-09-14 22:00:57 +02:00
parent 415426c30b
commit 93608ca892
3 changed files with 2 additions and 2 deletions

View file

@ -35,14 +35,14 @@ source_group(apps\\openmw\\mwinput FILES ${GAMEINPUT} ${GAMEINPUT_HEADER})
set(GAMEGUI_HEADER
mwgui/mw_layouts.hpp
mwgui/mw_chargen.hpp
mwgui/race.hpp
mwgui/window_manager.hpp
mwgui/console.hpp
)
set(GAMEGUI
mwgui/window_manager.cpp
mwgui/console.cpp
mwgui/mw_chargen.cpp
mwgui/race.cpp
)
source_group(apps\\openmw\\mwgui FILES ${GAMEGUI_HEADER} ${GAMEGUI})