add wincolor
This commit is contained in:
parent
097e534ad2
commit
2c8f59d77a
|
|
@ -914,6 +914,7 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3
|
|||
<ClInclude Include="..\src\frontend\variable.h" />
|
||||
<ClInclude Include="..\src\frontend\vectors.h" />
|
||||
<ClInclude Include="..\src\frontend\wdisp\ftegraf.h" />
|
||||
<ClInclude Include="..\src\frontend\wdisp\wincolor.h" />
|
||||
<ClInclude Include="..\src\frontend\wdisp\windisp.h" />
|
||||
<ClInclude Include="..\src\frontend\wdisp\winprint.h" />
|
||||
<ClInclude Include="..\src\frontend\where.h" />
|
||||
|
|
@ -931,6 +932,7 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3
|
|||
<ClInclude Include="..\src\include\ngspice\cmconstants.h" />
|
||||
<ClInclude Include="..\src\include\ngspice\cmproto.h" />
|
||||
<ClInclude Include="..\src\include\ngspice\cmtypes.h" />
|
||||
<ClInclude Include="..\src\include\ngspice\wincolornames.h" />
|
||||
<ClInclude Include="..\src\include\ngspice\compatmode.h" />
|
||||
<ClInclude Include="..\src\include\ngspice\complex.h" />
|
||||
<ClInclude Include="..\src\include\ngspice\const.h" />
|
||||
|
|
@ -1522,6 +1524,7 @@ lib /machine:x64 /def:..\..\fftw-3.3-dll64\libfftw3-3.def /out:$(IntDir)libfftw3
|
|||
<ClCompile Include="..\src\frontend\typesdef.c" />
|
||||
<ClCompile Include="..\src\frontend\variable.c" />
|
||||
<ClCompile Include="..\src\frontend\vectors.c" />
|
||||
<ClCompile Include="..\src\frontend\wdisp\wincolor.c" />
|
||||
<ClCompile Include="..\src\frontend\wdisp\windisp.c" />
|
||||
<ClCompile Include="..\src\frontend\wdisp\winprint.c" />
|
||||
<ClCompile Include="..\src\frontend\where.c" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue