sync up with github

This commit is contained in:
idea4good 2018-09-04 11:45:56 +08:00
parent 9fe3b9730d
commit a69ee52b60
6 changed files with 10 additions and 10 deletions

View File

@ -22,5 +22,5 @@ TARGET_LINK_LIBRARIES(core
sample)
execute_process(
COMMAND ${CMAKE_SOURCE_DIR}/build.sh Core
COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Core
)

View File

@ -90,7 +90,7 @@
<SubSystem>Windows</SubSystem>
</Link>
<PostBuildEvent>
<Command>call "$(SolutionDir)build.bat" "Core"</Command>
<Command>call "$(SolutionDir)sync.bat" "Core"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@ -106,7 +106,7 @@
<SubSystem>Windows</SubSystem>
</Link>
<PostBuildEvent>
<Command>call "$(SolutionDir)build.bat" "Core"</Command>
<Command>call "$(SolutionDir)sync.bat" "Core"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@ -126,7 +126,7 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>call "$(SolutionDir)build.bat" "Core"</Command>
<Command>call "$(SolutionDir)sync.bat" "Core"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@ -146,7 +146,7 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>call "$(SolutionDir)build.bat" "Core"</Command>
<Command>call "$(SolutionDir)sync.bat" "Core"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>

View File

@ -14,5 +14,5 @@ ADD_LIBRARY(gui ${SRC})
TARGET_LINK_LIBRARIES(gui core sample)
execute_process(
COMMAND ${CMAKE_SOURCE_DIR}/build.sh Gui
COMMAND ${CMAKE_SOURCE_DIR}/sync.sh Gui
)

View File

@ -104,7 +104,7 @@
<SubSystem>Windows</SubSystem>
</Link>
<PostBuildEvent>
<Command>call "$(SolutionDir)build.bat" "Gui"</Command>
<Command>call "$(SolutionDir)sync.bat" "Gui"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
@ -120,7 +120,7 @@
<SubSystem>Windows</SubSystem>
</Link>
<PostBuildEvent>
<Command>call "$(SolutionDir)build.bat" "Gui"</Command>
<Command>call "$(SolutionDir)sync.bat" "Gui"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@ -140,7 +140,7 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>call "$(SolutionDir)build.bat" "Gui"</Command>
<Command>call "$(SolutionDir)sync.bat" "Gui"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@ -160,7 +160,7 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PostBuildEvent>
<Command>call "$(SolutionDir)build.bat" "Gui"</Command>
<Command>call "$(SolutionDir)sync.bat" "Gui"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>

View File

View File