mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +00:00
(svn r10179) -Fix: spritecache wasn't in source.list, thus wasn't in the MSVC project files.
-Fix: Pig Latin wasn't in the MSVC project files.
This commit is contained in:
parent
5a9c7b5899
commit
1f0513ae51
@ -337,6 +337,19 @@
|
|||||||
Outputs="..\bin\lang\origveh.lng"/>
|
Outputs="..\bin\lang\origveh.lng"/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\lang\piglatin.txt">
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32">
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Generating piglatin language file"
|
||||||
|
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
|
||||||
|
"
|
||||||
|
AdditionalDependencies=""
|
||||||
|
Outputs="..\bin\lang\piglatin.lng"/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\lang\polish.txt">
|
RelativePath="..\src\lang\polish.txt">
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
@ -391,6 +391,21 @@
|
|||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\src\lang\piglatin.txt"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCustomBuildTool"
|
||||||
|
Description="Generating piglatin language file"
|
||||||
|
CommandLine="..\objs\strgen\strgen.exe -s ..\src\lang -d ..\bin\lang "$(InputPath)"
"
|
||||||
|
AdditionalDependencies=""
|
||||||
|
Outputs="..\bin\lang\piglatin.lng"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\src\lang\polish.txt"
|
RelativePath="..\src\lang\polish.txt"
|
||||||
>
|
>
|
||||||
|
@ -629,6 +629,9 @@
|
|||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\sprite.h">
|
RelativePath=".\..\src\sprite.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\spritecache.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\station.h">
|
RelativePath=".\..\src\station.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -1067,6 +1067,10 @@
|
|||||||
RelativePath=".\..\src\sprite.h"
|
RelativePath=".\..\src\sprite.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\..\src\spritecache.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\..\src\station.h"
|
RelativePath=".\..\src\station.h"
|
||||||
>
|
>
|
||||||
|
@ -177,6 +177,7 @@ signs.h
|
|||||||
slope.h
|
slope.h
|
||||||
sound.h
|
sound.h
|
||||||
sprite.h
|
sprite.h
|
||||||
|
spritecache.h
|
||||||
station.h
|
station.h
|
||||||
stdafx.h
|
stdafx.h
|
||||||
string.h
|
string.h
|
||||||
|
Loading…
Reference in New Issue
Block a user