Skip to content

Commit

Permalink
variable.c was split in gplocale.c and loadpath.c
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderTaeschner committed Feb 9, 2023
1 parent e34d113 commit 894da62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/msvc/gnuplot/gnuplot/gnuplot.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<ClCompile Include="..\..\..\..\src\gadgets.c" />
<ClCompile Include="..\..\..\..\src\getcolor.c" />
<ClCompile Include="..\..\..\..\src\gpexecute.c" />
<ClCompile Include="..\..\..\..\src\gplocale.c" />
<ClCompile Include="..\..\..\..\src\graph3d.c" />
<ClCompile Include="..\..\..\..\src\graphics.c" />
<ClCompile Include="..\..\..\..\src\help.c" />
Expand All @@ -199,6 +200,7 @@
<ClCompile Include="..\..\..\..\src\interpol.c" />
<ClCompile Include="..\..\..\..\src\jitter.c" />
<ClCompile Include="..\..\..\..\src\libcerf.c" />
<ClCompile Include="..\..\..\..\src\loadpath.c" />
<ClCompile Include="..\..\..\..\src\matrix.c" />
<ClCompile Include="..\..\..\..\src\misc.c" />
<ClCompile Include="..\..\..\..\src\mouse.c" />
Expand All @@ -224,7 +226,6 @@
<ClCompile Include="..\..\..\..\src\unset.c" />
<ClCompile Include="..\..\..\..\src\util.c" />
<ClCompile Include="..\..\..\..\src\util3d.c" />
<ClCompile Include="..\..\..\..\src\variable.c" />
<ClCompile Include="..\..\..\..\src\version.c" />
<ClCompile Include="..\..\..\..\src\voxelgrid.c" />
<ClCompile Include="..\..\..\..\src\vplot.c" />
Expand Down
3 changes: 2 additions & 1 deletion config/msvc/gnuplot/wgnuplot/wgnuplot.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@
<ClCompile Include="..\..\..\..\src\gadgets.c" />
<ClCompile Include="..\..\..\..\src\getcolor.c" />
<ClCompile Include="..\..\..\..\src\gpexecute.c" />
<ClCompile Include="..\..\..\..\src\gplocale.c" />
<ClCompile Include="..\..\..\..\src\graph3d.c" />
<ClCompile Include="..\..\..\..\src\graphics.c" />
<ClCompile Include="..\..\..\..\src\help.c" />
Expand All @@ -199,6 +200,7 @@
<ClCompile Include="..\..\..\..\src\interpol.c" />
<ClCompile Include="..\..\..\..\src\jitter.c" />
<ClCompile Include="..\..\..\..\src\libcerf.c" />
<ClCompile Include="..\..\..\..\src\loadpath.c" />
<ClCompile Include="..\..\..\..\src\matrix.c" />
<ClCompile Include="..\..\..\..\src\misc.c" />
<ClCompile Include="..\..\..\..\src\mouse.c" />
Expand All @@ -224,7 +226,6 @@
<ClCompile Include="..\..\..\..\src\unset.c" />
<ClCompile Include="..\..\..\..\src\util.c" />
<ClCompile Include="..\..\..\..\src\util3d.c" />
<ClCompile Include="..\..\..\..\src\variable.c" />
<ClCompile Include="..\..\..\..\src\version.c" />
<ClCompile Include="..\..\..\..\src\voxelgrid.c" />
<ClCompile Include="..\..\..\..\src\vplot.c" />
Expand Down

0 comments on commit 894da62

Please sign in to comment.