Skip to content

Commit

Permalink
Delete shiny
Browse files Browse the repository at this point in the history
  • Loading branch information
scrawl committed Apr 1, 2015
1 parent 4e69e7c commit af67de7
Show file tree
Hide file tree
Showing 71 changed files with 0 additions and 10,911 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,6 @@ IF(NOT WIN32 AND NOT APPLE)

# Install licenses
INSTALL(FILES "docs/license/DejaVu Font License.txt" DESTINATION "${LICDIR}" )
INSTALL(FILES "extern/shiny/License.txt" DESTINATION "${LICDIR}" RENAME "Shiny License.txt" )

# Install icon and desktop file
INSTALL(FILES "${OpenMW_BINARY_DIR}/openmw.desktop" DESTINATION "${DATAROOTDIR}/applications" COMPONENT "openmw")
Expand Down Expand Up @@ -542,7 +541,6 @@ include_directories(libs)
add_subdirectory(libs/openengine)

# Extern
#add_subdirectory (extern/shiny)
#add_subdirectory (extern/ogre-ffmpeg-videoplayer)
add_subdirectory (extern/oics)
#add_subdirectory (extern/sdl4ogre)
Expand Down Expand Up @@ -680,10 +678,6 @@ if (WIN32)

set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${WARNINGS} ${MT_BUILD}")

# boost::wave has a few issues with signed / unsigned conversions, so we suppress those here
set(SHINY_WARNINGS "${WARNINGS} /wd4245")
set_target_properties(shiny PROPERTIES COMPILE_FLAGS "${SHINY_WARNINGS} ${MT_BUILD}")

# oics uses tinyxml, which has an initialized but unused variable
set(OICS_WARNINGS "${WARNINGS} /wd4189")
set_target_properties(oics PROPERTIES COMPILE_FLAGS "${OICS_WARNINGS} ${MT_BUILD}")
Expand Down
1 change: 0 additions & 1 deletion apps/opencs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ target_link_libraries(openmw-cs
${OGRE_Overlay_LIBRARIES}
${OGRE_STATIC_PLUGINS}
${OPENSCENEGRAPH_LIBRARIES}
${SHINY_LIBRARIES}
${Boost_LIBRARIES}
${BULLET_LIBRARIES}
${QT_LIBRARIES}
Expand Down
1 change: 0 additions & 1 deletion apps/openmw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ target_link_libraries(openmw
${OENGINE_LIBRARY}
${OGRE_LIBRARIES}
${OGRE_STATIC_PLUGINS}
${SHINY_LIBRARIES}
${Boost_LIBRARIES}
${OPENAL_LIBRARY}
${SOUND_INPUT_LIBRARY}
Expand Down
2 changes: 0 additions & 2 deletions components/terrain/chunk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <OgreMaterialManager.h>
#include <OgreStringConverter.h>

#include <extern/shiny/Main/Factory.hpp>

namespace Terrain
{

Expand Down
54 changes: 0 additions & 54 deletions extern/shiny/CMakeLists.txt

This file was deleted.

32 changes: 0 additions & 32 deletions extern/shiny/Docs/Configurations.dox

This file was deleted.

Loading

0 comments on commit af67de7

Please sign in to comment.