Skip to content

Commit

Permalink
Split macro.cpp into 2 files (new file: macroapi.cpp)
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed May 30, 2024
1 parent c4d7096 commit 014a574
Show file tree
Hide file tree
Showing 9 changed files with 3,921 additions and 3,840 deletions.
5 changes: 5 additions & 0 deletions far/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
--------------------------------------------------------------------------------
shmuel 2024-05-31 00:00:44+03:00 - build 6339

1. Split macro.cpp into 2 files (new file: macroapi.cpp).

--------------------------------------------------------------------------------
shmuel 2024-05-30 00:16:16+03:00 - build 6338

Expand Down
1 change: 1 addition & 0 deletions far/far.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ cl /nologo /c /Fo"$(IntDir)%(Filename)_c++.testobj" /TP api_test.c
<ClCompile Include="lockscrn.cpp" />
<ClCompile Include="log.cpp" />
<ClCompile Include="macro.cpp" />
<ClCompile Include="macroapi.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="manager.cpp" />
<ClCompile Include="map_file.cpp" />
Expand Down
Loading

0 comments on commit 014a574

Please sign in to comment.