From 4afb966022bd347c861f0fe32cafc498b122bb46 Mon Sep 17 00:00:00 2001 From: Tommy Olofsson <tommy.olofsson.90@gmail.com> Date: Tue, 22 Mar 2016 16:28:52 +0100 Subject: [PATCH] Fix VS release target. --- lib/c/2014/labcomm2014.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/c/2014/labcomm2014.vcxproj b/lib/c/2014/labcomm2014.vcxproj index 6922d42..4bf8b0c 100644 --- a/lib/c/2014/labcomm2014.vcxproj +++ b/lib/c/2014/labcomm2014.vcxproj @@ -97,6 +97,7 @@ </PreBuildEvent> <ClCompile> <PrecompiledHeader>NotUsing</PrecompiledHeader> + <PreprocessorDefinitions>LABCOMM_COMPAT="labcomm2014_compat_tc31.h";LABCOMM_NO_STDIO;USE_CRT_OWN_IMPL;_AMD64_;_X64_;_WIN64;STD_CALL;CONDITION_HANDLING;WIN32_LEAN_AND_MEAN;_IDWBUILD;IS_R0;WINNT;_WDM_INCLUDED_;_WIN32_WINNT=_WIN32_WINNT_WINXP;NTDDI_VERSION=NTDDI_WINXPSP2;TC_VER=301;%(PreprocessorDefinitions)</PreprocessorDefinitions> </ClCompile> </ItemDefinitionGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> -- GitLab