|
|
@ -1,4 +1,4 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
@ -1337,11 +1337,9 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3 |
|
|
<ClInclude Include="resource.h" /> |
|
|
<ClInclude Include="resource.h" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<CustomBuild Include="..\src\frontend\parse-bison.y;..\src\spicelib\parser\inpptree-parser.y"> |
|
|
|
|
|
<Message>invoke win_bison.exe for %(Identity)</Message> |
|
|
|
|
|
<Command>..\..\flex-bison\win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command> |
|
|
|
|
|
<Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs> |
|
|
|
|
|
</CustomBuild> |
|
|
|
|
|
|
|
|
<ClInclude Include="..\src\include\cppduals\duals\dual"> |
|
|
|
|
|
<FileType>Document</FileType> |
|
|
|
|
|
</ClInclude> |
|
|
<None Include="..\src\xspice\icm\objects.inc" /> |
|
|
<None Include="..\src\xspice\icm\objects.inc" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
@ -2706,7 +2704,22 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3 |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
<ResourceCompile Include="vngspice.rc" /> |
|
|
<ResourceCompile Include="vngspice.rc" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<Image Include="ngspice.ico" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<CustomBuild Include="..\src\frontend\parse-bison.y"> |
|
|
|
|
|
<Message>invoke win_bison.exe for %(Identity)</Message> |
|
|
|
|
|
<Command>..\..\flex-bison\win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command> |
|
|
|
|
|
<Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs> |
|
|
|
|
|
</CustomBuild> |
|
|
|
|
|
<CustomBuild Include="..\src\spicelib\parser\inpptree-parser.y"> |
|
|
|
|
|
<Message>invoke win_bison.exe for %(Identity)</Message> |
|
|
|
|
|
<Command>..\..\flex-bison\win_bison.exe --output=.\tmp-bison\%(Filename).c --defines=.\tmp-bison\%(Filename).h %(Identity) || exit 1</Command> |
|
|
|
|
|
<Outputs>.\tmp-bison\%(Filename).c;.\tmp-bison\%(Filename).h</Outputs> |
|
|
|
|
|
</CustomBuild> |
|
|
|
|
|
</ItemGroup> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
</ImportGroup> |
|
|
</ImportGroup> |
|
|
</Project> |
|
|
|
|
|
|
|
|
</Project> |