From 0035e5cc347a07827808ee99a1ecbd4640a4b37c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 26 Mar 2013 13:16:45 +0100 Subject: Fix release build in visual studio. --- libusbhp/libusbhp.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libusbhp/libusbhp.vcxproj') diff --git a/libusbhp/libusbhp.vcxproj b/libusbhp/libusbhp.vcxproj index fd5527c..6dca199 100644 --- a/libusbhp/libusbhp.vcxproj +++ b/libusbhp/libusbhp.vcxproj @@ -73,13 +73,14 @@ MaxSpeed true true - WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBUSBHOTPLUG_EXPORTS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBUSBHOTPLUG_EXPORTS;BUILD_DLL;%(PreprocessorDefinitions) Windows true true true + setupapi.lib;%(AdditionalDependencies) -- cgit v1.2.3