1
0
Fork 0

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

release/1.2
rubidium 2011-12-17 18:39:29 +00:00
parent 1f083c3ac8
commit 5ba483cbf4
4 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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