Skip to content

Commit c230ff7

Browse files
committed
Update msgpack_vc8.vcproj
1 parent 6edf10c commit c230ff7

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

msgpack_vc8.vcproj

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
/>
111111
<Tool
112112
Name="VCCLCompilerTool"
113-
AdditionalIncludeDirectories="."
113+
AdditionalIncludeDirectories=".;include"
114114
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
115115
RuntimeLibrary="2"
116116
UsePrecompiledHeader="0"
@@ -176,34 +176,14 @@
176176
RelativePath=".\src\zone.c"
177177
>
178178
</File>
179-
<File
180-
RelativePath=".\src\object.cpp"
181-
>
182-
</File>
183179
</Filter>
184180
<Filter
185181
Name="Header Files"
186182
Filter="h;hpp;hxx;hm;inl;inc;xsd"
187183
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
188184
>
189185
<File
190-
RelativePath=".\src\msgpack\pack_define.h"
191-
>
192-
</File>
193-
<File
194-
RelativePath=".\src\msgpack\pack_template.h"
195-
>
196-
</File>
197-
<File
198-
RelativePath=".\src\msgpack\sysdep.h"
199-
>
200-
</File>
201-
<File
202-
RelativePath=".\src\msgpack\unpack_define.h"
203-
>
204-
</File>
205-
<File
206-
RelativePath=".\src\msgpack\unpack_template.h"
186+
RelativePath=".\include\msgpack.hpp"
207187
>
208188
</File>
209189
</Filter>

0 commit comments

Comments
 (0)