diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 13:16:45 +0100 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-03-26 13:16:45 +0100 | 
| commit | 0035e5cc347a07827808ee99a1ecbd4640a4b37c (patch) | |
| tree | f8a5cfb12f341bdd803158d28a5a363611e2a124 /test | |
| parent | e67e496e7a2a4f757dac328f04a05b53c0653da5 (diff) | |
Fix release build in visual studio.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test.vcxproj | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.vcxproj b/test/test.vcxproj index be61eef..db858cd 100644 --- a/test/test.vcxproj +++ b/test/test.vcxproj @@ -52,6 +52,7 @@    </PropertyGroup>
    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
      <LinkIncremental>false</LinkIncremental>
 +    <IncludePath>../libusbhp;$(IncludePath)</IncludePath>
    </PropertyGroup>
    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
      <ClCompile>
  | 
