Skip to content

Commit

Permalink
Revert "Shared: Add DPI awareness manifest"
Browse files Browse the repository at this point in the history
This reverts commit 5de5735.
  • Loading branch information
ensiform committed Nov 11, 2017
1 parent b308310 commit a810400
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 53 deletions.
8 changes: 0 additions & 8 deletions code/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,6 @@ if(BuildSPEngine OR BuildJK2SPEngine)
endif()
endif(MakeApplicationBundles)

# add DPI awareness manifest
if(MSVC)
add_custom_command(TARGET ${ProjectName} POST_BUILD
COMMAND "mt.exe" -manifest \"${SharedDir}\\sys\\win_manifest.xml\" -inputresource:\"$<TARGET_FILE:${ProjectName}>\"\;\#1 -outputresource:\"$<TARGET_FILE:${ProjectName}>\"\;\#1
COMMENT "Adding manifest..."
)
endif()

set_target_properties(${ProjectName} PROPERTIES COMPILE_DEFINITIONS "${SPEngineDefines}")

# Hide symbols not explicitly marked public.
Expand Down
8 changes: 0 additions & 8 deletions codemp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -577,14 +577,6 @@ if(BuildMPEngine)
endif(MakeApplicationBundles)
endif(WIN32)

# add DPI awareness manifest
if(MSVC)
add_custom_command(TARGET ${MPEngine} POST_BUILD
COMMAND "mt.exe" -manifest \"${SharedDir}\\sys\\win_manifest.xml\" -inputresource:\"$<TARGET_FILE:${MPEngine}>\"\;\#1 -outputresource:\"$<TARGET_FILE:${MPEngine}>\"\;\#1
COMMENT "Adding manifest..."
)
endif()

if(MakeApplicationBundles)
install(TARGETS ${MPEngine}
BUNDLE
Expand Down
37 changes: 0 additions & 37 deletions shared/sys/win_manifest.xml

This file was deleted.

0 comments on commit a810400

Please sign in to comment.