@@ -124,7 +124,8 @@ python.exe ..\bin\txt_to_c.py --output .\java_interface.cpp ..\src\templates\jav
124
124
python.exe ..\bin\txt_to_c.py --output .\java_struct.cpp ..\src\templates\java_struct.template
125
125
python.exe ..\bin\txt_to_c.py --output .\java_server.cpp ..\src\templates\java_server.template
126
126
python.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 >
128
129
</PreBuildEvent >
129
130
</ItemDefinitionGroup >
130
131
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
@@ -178,7 +179,8 @@ python.exe ..\bin\txt_to_c.py --output .\java_interface.cpp ..\src\templates\jav
178
179
python.exe ..\bin\txt_to_c.py --output .\java_struct.cpp ..\src\templates\java_struct.template
179
180
python.exe ..\bin\txt_to_c.py --output .\java_server.cpp ..\src\templates\java_server.template
180
181
python.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 >
182
184
</PreBuildEvent >
183
185
<Flex >
184
186
<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
212
214
<ClInclude Include =" ..\src\InterfaceDefinition.hpp" />
213
215
<ClInclude Include =" ..\src\ParseErrors.hpp" />
214
216
<ClInclude Include =" ..\src\PythonGenerator.hpp" />
217
+ <ClInclude Include =" ..\src\RustGenerator.hpp" />
215
218
<ClInclude Include =" ..\src\SymbolScanner.hpp" />
216
219
<ClInclude Include =" ..\src\Token.hpp" />
217
220
<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
254
257
<ClCompile Include =" ..\src\InterfaceDefinition.cpp" />
255
258
<ClCompile Include =" ..\src\ParseErrors.cpp" />
256
259
<ClCompile Include =" ..\src\PythonGenerator.cpp" />
260
+ <ClCompile Include =" ..\src\RustGenerator.cpp" />
257
261
<ClCompile Include =" ..\src\SymbolScanner.cpp" />
258
262
<ClCompile Include =" ..\src\Token.cpp" />
259
263
<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
280
284
<ClCompile Include =" java_client.cpp" />
281
285
<ClCompile Include =" java_coders.cpp" />
282
286
<ClCompile Include =" java_const.cpp" />
287
+ <ClCompile Include =" rust_template.cpp" />
283
288
<ClCompile Include =" java_enum.cpp" />
284
289
<ClCompile Include =" java_interface.cpp" />
285
290
<ClCompile Include =" java_server.cpp" />
0 commit comments