Skip to content

Commit

Permalink
Enable pch
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Dec 27, 2020
1 parent c756287 commit 6a9b439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ target("RED4ext")

target("cyber_engine_tweaks")
add_defines("KIERO_USE_MINHOOK=1", "KIERO_INCLUDE_D3D12=1", "IMGUI_IMPL_WIN32_DISABLE_GAMEPAD", "WIN32_LEAN_AND_MEAN")
-- set_pcxxheader("src/stdafx.h") -- see: https://github.com/xmake-io/xmake/issues/1171#issuecomment-751421178
set_pcxxheader("src/stdafx.h") -- see: https://github.com/xmake-io/xmake/issues/1171#issuecomment-751421178
set_kind("shared")
set_filename("cyber_engine_tweaks.asi")
add_files("src/**.cpp")
Expand Down

0 comments on commit 6a9b439

Please sign in to comment.