summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-02-18 20:52:42 +0000
committeralberth <alberth@openttd.org>2011-02-18 20:52:42 +0000
commitff1e0a3ed362e13b05e3e722990e55efa688e31a (patch)
tree332abcc5ccb8b25a5b01ac44d5bc17963745b56f /projects
parent41a67a9b94a6bb17d7160c67e05aea01e3bb08a7 (diff)
downloadopenttd-ff1e0a3ed362e13b05e3e722990e55efa688e31a.tar.xz
(svn r22102) -Codechange: Also use the getopt function in strgen.
Diffstat (limited to 'projects')
-rw-r--r--projects/strgen_vs100.vcxproj2
-rw-r--r--projects/strgen_vs100.vcxproj.filters4
-rw-r--r--projects/strgen_vs80.vcproj8
-rw-r--r--projects/strgen_vs90.vcproj8
4 files changed, 22 insertions, 0 deletions
diff --git a/projects/strgen_vs100.vcxproj b/projects/strgen_vs100.vcxproj
index 6b26058cd..19096355d 100644
--- a/projects/strgen_vs100.vcxproj
+++ b/projects/strgen_vs100.vcxproj
@@ -76,6 +76,7 @@
<ClCompile Include="..\src\core\alloc_func.cpp" />
<ClCompile Include="..\src\strgen\strgen.cpp" />
<ClCompile Include="..\src\string.cpp" />
+ <ClCompile Include="..\src\misc\getoptdata.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\core\alloc_func.hpp" />
@@ -84,6 +85,7 @@
<ClInclude Include="..\src\core\endian_func.hpp" />
<ClInclude Include="..\src\stdafx.h" />
<ClInclude Include="..\src\string.h" />
+ <ClInclude Include="..\src\misc\getoptdata.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/projects/strgen_vs100.vcxproj.filters b/projects/strgen_vs100.vcxproj.filters
index dc65b4c6d..e6d7a7eed 100644
--- a/projects/strgen_vs100.vcxproj.filters
+++ b/projects/strgen_vs100.vcxproj.filters
@@ -16,6 +16,9 @@
<ClCompile Include="..\src\string.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\src\misc\getoptdata.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\core\alloc_func.hpp" />
@@ -24,5 +27,6 @@
<ClInclude Include="..\src\core\endian_func.hpp" />
<ClInclude Include="..\src\stdafx.h" />
<ClInclude Include="..\src\string.h" />
+ <ClInclude Include="..\src\misc\getoptdata.h" />
</ItemGroup>
</Project>
diff --git a/projects/strgen_vs80.vcproj b/projects/strgen_vs80.vcproj
index 014b4856b..b344a8f0b 100644
--- a/projects/strgen_vs80.vcproj
+++ b/projects/strgen_vs80.vcproj
@@ -125,6 +125,10 @@
RelativePath="..\src\string.cpp"
>
</File>
+ <File
+ RelativePath="..\src\misc\getoptdata.cpp"
+ >
+ </File>
</Filter>
<File
RelativePath="..\src\core\alloc_func.hpp"
@@ -150,6 +154,10 @@
RelativePath="..\src\string.h"
>
</File>
+ <File
+ RelativePath="..\src\misc\getoptdata.h"
+ >
+ </File>
</Files>
<Globals>
</Globals>
diff --git a/projects/strgen_vs90.vcproj b/projects/strgen_vs90.vcproj
index 9ea48ca28..0cbcb95da 100644
--- a/projects/strgen_vs90.vcproj
+++ b/projects/strgen_vs90.vcproj
@@ -125,6 +125,10 @@
RelativePath="..\src\string.cpp"
>
</File>
+ <File
+ RelativePath="..\src\misc\getoptdata.cpp"
+ >
+ </File>
</Filter>
<File
RelativePath="..\src\core\alloc_func.hpp"
@@ -150,6 +154,10 @@
RelativePath="..\src\string.h"
>
</File>
+ <File
+ RelativePath="..\src\misc\getoptdata.h"
+ >
+ </File>
</Files>
<Globals>
</Globals>