Browse Source

lolcore fix

undefined
Benjamin ‘Touky’ Huet Sam Hocevar <sam@hocevar.net> 10 years ago
parent
commit
52970d9546
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/lolcore.vcxproj.filters

+ 6
- 2
src/lolcore.vcxproj.filters View File

@@ -343,8 +343,12 @@
<ClCompile Include="easymesh\easymeshbuild.cpp">
<Filter>easymesh</Filter>
</ClCompile>
<ClCompile Include="image\codec\zed-image.cpp" />
<ClCompile Include="image\codec\zed-palette-image.cpp" />
<ClCompile Include="image\codec\zed-image.cpp">
<Filter>image\codec</Filter>
</ClCompile>
<ClCompile Include="image\codec\zed-palette-image.cpp">
<Filter>image\codec</Filter>
</ClCompile>
<ClCompile Include="sys\thread.cpp">
<Filter>sys</Filter>
</ClCompile>


Loading…
Cancel
Save