@@ -124,7 +124,8 @@ python.exe ..\bin\txt_to_c.py --output .\java_interface.cpp ..\src\templates\jav
124124python.exe ..\bin\txt_to_c.py --output .\java_struct.cpp ..\src\templates\java_struct.template
125125python.exe ..\bin\txt_to_c.py --output .\java_server.cpp ..\src\templates\java_server.template
126126python.exe ..\bin\txt_to_c.py --output .\java_client.cpp ..\src\templates\java_client.template
127- python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_const.template</Command >
127+ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_const.template
128+ python.exe ..\bin\txt_to_c.py --output .\rust_template.cpp ..\src\templates\rust_template.template</Command >
128129 </PreBuildEvent >
129130 </ItemDefinitionGroup >
130131 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
@@ -178,7 +179,8 @@ python.exe ..\bin\txt_to_c.py --output .\java_interface.cpp ..\src\templates\jav
178179python.exe ..\bin\txt_to_c.py --output .\java_struct.cpp ..\src\templates\java_struct.template
179180python.exe ..\bin\txt_to_c.py --output .\java_server.cpp ..\src\templates\java_server.template
180181python.exe ..\bin\txt_to_c.py --output .\java_client.cpp ..\src\templates\java_client.template
181- python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_const.template</Command >
182+ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_const.template
183+ python.exe ..\bin\txt_to_c.py --output .\rust_template.cpp ..\src\templates\rust_template.template</Command >
182184 </PreBuildEvent >
183185 <Flex >
184186 <OutputFile >$(ProjectDir)\%(Filename).flex.cpp</OutputFile >
@@ -212,6 +214,7 @@ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_co
212214 <ClInclude Include =" ..\src\InterfaceDefinition.hpp" />
213215 <ClInclude Include =" ..\src\ParseErrors.hpp" />
214216 <ClInclude Include =" ..\src\PythonGenerator.hpp" />
217+ <ClInclude Include =" ..\src\RustGenerator.hpp" />
215218 <ClInclude Include =" ..\src\SymbolScanner.hpp" />
216219 <ClInclude Include =" ..\src\Token.hpp" />
217220 <ClInclude Include =" ..\src\types\AliasType.hpp" />
@@ -254,6 +257,7 @@ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_co
254257 <ClCompile Include =" ..\src\InterfaceDefinition.cpp" />
255258 <ClCompile Include =" ..\src\ParseErrors.cpp" />
256259 <ClCompile Include =" ..\src\PythonGenerator.cpp" />
260+ <ClCompile Include =" ..\src\RustGenerator.cpp" />
257261 <ClCompile Include =" ..\src\SymbolScanner.cpp" />
258262 <ClCompile Include =" ..\src\Token.cpp" />
259263 <ClCompile Include =" ..\src\types\Type.cpp" />
@@ -280,6 +284,7 @@ python.exe ..\bin\txt_to_c.py --output .\java_const.cpp ..\src\templates\java_co
280284 <ClCompile Include =" java_client.cpp" />
281285 <ClCompile Include =" java_coders.cpp" />
282286 <ClCompile Include =" java_const.cpp" />
287+ <ClCompile Include =" rust_template.cpp" />
283288 <ClCompile Include =" java_enum.cpp" />
284289 <ClCompile Include =" java_interface.cpp" />
285290 <ClCompile Include =" java_server.cpp" />
0 commit comments