Bundle wow_helper.exe

Should fix #275.
This commit is contained in:
WrinklyNinja
2014-09-13 10:10:08 +01:00
parent ef8ab2c986
commit 6a4a344e0e
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ add_executable (LOOT ${LOOT_GUI_SRC})
target_link_libraries (LOOT ${Boost_LIBRARIES} ${LOOT_GUI_LIBS})
# Copy CEF DLLs.
FOREACH(cef_dll d3dcompiler_43.dll d3dcompiler_46.dll libEGL.dll libGLESv2.dll libcef.dll)
FOREACH(cef_dll d3dcompiler_43.dll d3dcompiler_46.dll libEGL.dll libGLESv2.dll libcef.dll wow_helper.exe)
add_custom_command(TARGET LOOT POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${CMAKE_SOURCE_DIR}/${CEF_ROOT}/$<CONFIGURATION>/${cef_dll}"
+1
View File
@@ -97,6 +97,7 @@ shutil.copy( os.path.join('..', 'build', 'Release', 'd3dcompiler_46.dll'), temp_
shutil.copy( os.path.join('..', 'build', 'Release', 'libEGL.dll'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'libGLESv2.dll'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'libcef.dll'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'wow_helper.exe'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'cef.pak'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'cef_100_percent.pak'), temp_path )
shutil.copy( os.path.join('..', 'build', 'Release', 'cef_200_percent.pak'), temp_path )
+2
View File
@@ -297,6 +297,7 @@ FunctionEnd
File "..\build\Release\libEGL.dll"
File "..\build\Release\libGLESv2.dll"
File "..\build\Release\libcef.dll"
File "..\build\Release\wow_helper.exe"
File "..\build\Release\cef.pak"
File "..\build\Release\cef_100_percent.pak"
File "..\build\Release\cef_200_percent.pak"
@@ -438,6 +439,7 @@ FunctionEnd
Delete "$INSTDIR\libEGL.dll"
Delete "$INSTDIR\libGLESv2.dll"
Delete "$INSTDIR\libcef.dll"
Delete "$INSTDIR\wow_helper.exe"
Delete "$INSTDIR\cef.pak"
Delete "$INSTDIR\cef_100_percent.pak"
Delete "$INSTDIR\cef_200_percent.pak"