Build fix. Remove some obsolete code. Fix some compiler warnings.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6428 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2010-11-16 21:14:19 +00:00
parent 9dd60c6115
commit 0644295f3d
5 changed files with 6 additions and 52 deletions

View File

@ -16,7 +16,7 @@ set(datadir ${CMAKE_INSTALL_PREFIX}/share/dolphin-emu CACHE PATH "datadir")
set(userdir ".dolphin-emu" CACHE STRING "User directory")
add_definitions(-DUSER_DIR="${userdir}")
add_definitions(-DDATA_DIR="${datadir}/")
add_definitions(-DLIBS_DIR="${plugindir}/")
add_definitions(-DLIBS_DIR="${plugindir}")
# These just set where the binary files will be built. The program will not
# execute from here. You must run "make install" to install these to the