(svn r23577) -Fix (r23576): strgen project files aren't automatically updated :(

pull/155/head
rubidium 13 years ago
parent 67c9d930f2
commit 0a1135818a

@ -74,6 +74,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\src\core\alloc_func.cpp" />
<ClCompile Include="..\src\strgen\strgen_base.cpp" />
<ClCompile Include="..\src\strgen\strgen.cpp" />
<ClCompile Include="..\src\string.cpp" />
<ClCompile Include="..\src\misc\getoptdata.cpp" />

@ -10,6 +10,9 @@
<ClCompile Include="..\src\core\alloc_func.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\strgen\strgen_base.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\strgen\strgen.cpp">
<Filter>Source Files</Filter>
</ClCompile>

@ -117,6 +117,10 @@
RelativePath="..\src\core\alloc_func.cpp"
>
</File>
<File
RelativePath="..\src\strgen\strgen_base.cpp"
>
</File>
<File
RelativePath="..\src\strgen\strgen.cpp"
>

@ -117,6 +117,10 @@
RelativePath="..\src\core\alloc_func.cpp"
>
</File>
<File
RelativePath="..\src\strgen\strgen_base.cpp"
>
</File>
<File
RelativePath="..\src\strgen\strgen.cpp"
>

Loading…
Cancel
Save