Skip to content

Commit

Permalink
fix: l2h compilation under windows fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aegoroff committed Feb 1, 2024
1 parent cf5fd0a commit a0bec64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/l2h/l2h.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<ClInclude Include="backend.h" />
<ClInclude Include="configuration.h" />
<ClInclude Include="hashes.h" />
<ClInclude Include="l2h.tab.h" />
<ClInclude Include="generated\l2h.tab.h" />
<ClInclude Include="frontend.h" />
<ClInclude Include="processor.h" />
<ClInclude Include="resource.h" />
Expand Down Expand Up @@ -181,8 +181,8 @@
<ClCompile Include="configuration.c" />
<ClCompile Include="hashes.c" />
<ClCompile Include="l2h.c" />
<ClCompile Include="l2h.flex.c" />
<ClCompile Include="l2h.tab.c" />
<ClCompile Include="generated\l2h.flex.c" />
<ClCompile Include="generated\l2h.tab.c" />
<ClCompile Include="frontend.c" />
<ClCompile Include="processor.c" />
<ClCompile Include="treeutil.c" />
Expand Down

0 comments on commit a0bec64

Please sign in to comment.