mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
1ce08c0fc7
* [ngspice] build codemodel extension libraries * tabs -> spaces * [ngspice] make codemodels a feature * [ngspice] Improve portfile.cmake * update version record Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
20 lines
1.2 KiB
Diff
20 lines
1.2 KiB
Diff
diff --git a/visualc/sharedspice.vcxproj b/visualc/sharedspice.vcxproj
|
|
index 4ff0dfc..57b0c35 100644
|
|
--- a/visualc/sharedspice.vcxproj
|
|
+++ b/visualc/sharedspice.vcxproj
|
|
@@ -2223,12 +2223,12 @@
|
|
<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>
|
|
+ <Command>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>
|
|
+ <Command>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>
|