diff options
author | chai <chaifix@163.com> | 2019-08-06 09:14:11 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-08-06 09:14:11 +0800 |
commit | 9686368e58e25cbd6dc37d686bdd2be3f80486d6 (patch) | |
tree | b4887373c33f29a0e837420042a8c84d98bdba49 /build/tests/win32/01-window | |
parent | 7638df1ed1f0f314d78bd42e0aba084ba14ade0a (diff) |
*misc
Diffstat (limited to 'build/tests/win32/01-window')
-rw-r--r-- | build/tests/win32/01-window/01-window.vcxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/build/tests/win32/01-window/01-window.vcxproj b/build/tests/win32/01-window/01-window.vcxproj index 8206184..c3c4a67 100644 --- a/build/tests/win32/01-window/01-window.vcxproj +++ b/build/tests/win32/01-window/01-window.vcxproj @@ -100,6 +100,9 @@ <AdditionalDependencies>opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> <SubSystem>Windows</SubSystem> </Link> + <PreBuildEvent> + <Command>echo "===========build"</Command> + </PreBuildEvent> </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> @@ -145,6 +148,9 @@ <AdditionalDependencies>opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> <SubSystem>Windows</SubSystem> </Link> + <PreBuildEvent> + <Command>echo "===========build"</Command> + </PreBuildEvent> </ItemDefinitionGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |