Skip to content

Commit 1a94130

Browse files
committed
Renamed main to p2sm
1 parent c5f43b8 commit 1a94130

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@
3434
p2sm.vcxproj.user
3535
/.idea
3636
p2sm.sln.DotSettings.user
37+
copy.bat

main.cpp renamed to p2sm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
//===========================================================================//
77

8-
#include "main.hpp"
8+
#include "p2sm.hpp"
99
#include "scanner.hpp"
1010

1111
#include "cdll_int.h"

main.hpp renamed to p2sm.hpp

File renamed without changes.

p2sm.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@
8484
</PostBuildEvent>
8585
</ItemDefinitionGroup>
8686
<ItemGroup>
87-
<ClCompile Include="main.cpp" />
87+
<ClCompile Include="p2sm.cpp" />
8888
<ClCompile Include="scanner.cpp" />
8989
</ItemGroup>
9090
<ItemGroup>
91-
<ClInclude Include="main.hpp" />
91+
<ClInclude Include="p2sm.hpp" />
9292
<ClInclude Include="scanner.hpp" />
9393
</ItemGroup>
9494
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

0 commit comments

Comments
 (0)