From 5e7c1a910de13039eb09eae49e5d148fee48f064 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 10 May 2016 22:21:16 +0900 Subject: [PATCH] change include dir of cybozulib_ext --- common.props | 2 +- test/proj/fp_test/fp_test.vcxproj | 3 --- test/proj/fp_tower_test/fp_tower_test.vcxproj | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/common.props b/common.props index 94c9744..912f39e 100644 --- a/common.props +++ b/common.props @@ -7,7 +7,7 @@ - $(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/mpir/include;$(SolutionDir)include;$(SolutionDir)../xbyak + $(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/include;$(SolutionDir)include;$(SolutionDir)../xbyak diff --git a/test/proj/fp_test/fp_test.vcxproj b/test/proj/fp_test/fp_test.vcxproj index e20a29d..f705982 100644 --- a/test/proj/fp_test/fp_test.vcxproj +++ b/test/proj/fp_test/fp_test.vcxproj @@ -56,12 +56,10 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - $(SolutionDir)../xbyak/;$(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/mpir/include;$(SolutionDir)include Console true - $(OutDir)$(TargetName)$(TargetExt) @@ -73,7 +71,6 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - $(SolutionDir)../xbyak/;$(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/mpir/include;$(SolutionDir)include Console diff --git a/test/proj/fp_tower_test/fp_tower_test.vcxproj b/test/proj/fp_tower_test/fp_tower_test.vcxproj index dba985d..d572067 100644 --- a/test/proj/fp_tower_test/fp_tower_test.vcxproj +++ b/test/proj/fp_tower_test/fp_tower_test.vcxproj @@ -56,12 +56,10 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - $(SolutionDir)../xbyak/;$(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/mpir/include;$(SolutionDir)include Console true - $(OutDir)$(TargetName)$(TargetExt) @@ -73,7 +71,6 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - $(SolutionDir)../xbyak/;$(SolutionDir)../cybozulib/include;$(SolutionDir)../cybozulib_ext/mpir/include;$(SolutionDir)include Console