(svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file)
This commit is contained in:
@@ -788,6 +788,7 @@
|
||||
<ClInclude Include="..\src\table\water_land.h" />
|
||||
<ClCompile Include="..\src\3rdparty\md5\md5.cpp" />
|
||||
<ClInclude Include="..\src\3rdparty\md5\md5.h" />
|
||||
<ClInclude Include="..\src\script\script_fatalerror.hpp" />
|
||||
<ClCompile Include="..\src\script\script_info.cpp" />
|
||||
<ClInclude Include="..\src\script\script_info.hpp" />
|
||||
<ClCompile Include="..\src\script\script_scanner.cpp" />
|
||||
|
||||
@@ -1587,6 +1587,9 @@
|
||||
<ClInclude Include="..\src\3rdparty\md5\md5.h">
|
||||
<Filter>MD5</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\src\script\script_fatalerror.hpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClInclude>
|
||||
<ClCompile Include="..\src\script\script_info.cpp">
|
||||
<Filter>Script</Filter>
|
||||
</ClCompile>
|
||||
|
||||
@@ -2458,6 +2458,10 @@
|
||||
<Filter
|
||||
Name="Script"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\..\src\script\script_fatalerror.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\script\script_info.cpp"
|
||||
>
|
||||
|
||||
@@ -2455,6 +2455,10 @@
|
||||
<Filter
|
||||
Name="Script"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\..\src\script\script_fatalerror.hpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\..\src\script\script_info.cpp"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user