summaryrefslogtreecommitdiff
path: root/build/tests/win32
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-06 09:14:11 +0800
committerchai <chaifix@163.com>2019-08-06 09:14:11 +0800
commit9686368e58e25cbd6dc37d686bdd2be3f80486d6 (patch)
treeb4887373c33f29a0e837420042a8c84d98bdba49 /build/tests/win32
parent7638df1ed1f0f314d78bd42e0aba084ba14ade0a (diff)
*misc
Diffstat (limited to 'build/tests/win32')
-rw-r--r--build/tests/win32/01-window/01-window.vcxproj6
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">