From 50be1ca3adfe18dc5ed903d7a15b9eca4a010ca2 Mon Sep 17 00:00:00 2001 From: Darragh Coy Date: Tue, 8 Apr 2014 22:47:08 -0700 Subject: [PATCH] Fix win32 build --- tests/cpp-tests/proj.win32/cpp-tests.vcxproj | 4 +++- tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/tests/cpp-tests/proj.win32/cpp-tests.vcxproj b/tests/cpp-tests/proj.win32/cpp-tests.vcxproj index 172ef28da3..3ee0a04438 100644 --- a/tests/cpp-tests/proj.win32/cpp-tests.vcxproj +++ b/tests/cpp-tests/proj.win32/cpp-tests.vcxproj @@ -223,6 +223,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\..\external\websockets\prebuilt\win32\*.*" "$(Ou + @@ -401,6 +402,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\..\external\websockets\prebuilt\win32\*.*" "$(Ou + @@ -583,4 +585,4 @@ xcopy /Y /Q "$(ProjectDir)..\..\..\external\websockets\prebuilt\win32\*.*" "$(Ou - + \ No newline at end of file diff --git a/tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters b/tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters index a6317dd4a6..0cf88b687e 100644 --- a/tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters +++ b/tests/cpp-tests/proj.win32/cpp-tests.vcxproj.filters @@ -831,6 +831,9 @@ Classes\ShaderTest + + Classes\UnitTest + @@ -1535,5 +1538,8 @@ Classes\ShaderTest + + Classes\UnitTest + \ No newline at end of file