Renamed linetoscr.c to linetoscr.cpp, fixed references to file, added Profiler while DEBUG=1

This commit is contained in:
Dimitris Panokostas 2017-03-31 11:57:08 +02:00
parent b0bc4a3046
commit 620bc5bfb8
6 changed files with 816 additions and 900 deletions

View file

@ -54,6 +54,7 @@
<RemoteBuildCommandLine>cd ~/projects/Amiberry; make</RemoteBuildCommandLine>
<RemoteReBuildCommandLine>cd ~/projects/Amiberry; make clean; make</RemoteReBuildCommandLine>
<RemoteCleanCommandLine>cd ~/projects/Amiberry; make clean</RemoteCleanCommandLine>
<NMakeIncludeSearchPath>D:\midwa\Projects\GitHub\amiberry\src\guisan\include;D:\midwa\Projects\GitHub\amiberry\src\threaddep;D:\midwa\Projects\GitHub\amiberry\src\osdep;D:\midwa\Projects\GitHub\amiberry\src;D:\midwa\Projects\GitHub\amiberry\src\include;$(NMakeIncludeSearchPath)</NMakeIncludeSearchPath>
</PropertyGroup>
<ItemGroup>
<Text Include="..\conf\dir.txt">
@ -286,9 +287,6 @@
<ClCompile Include="..\src\gencpu.cpp">
<DeploymentContent>false</DeploymentContent>
</ClCompile>
<ClCompile Include="..\src\genlinetoscr.cpp">
<DeploymentContent>false</DeploymentContent>
</ClCompile>
<ClCompile Include="..\src\gfxboard.cpp">
<DeploymentContent>false</DeploymentContent>
</ClCompile>

View file

@ -258,9 +258,6 @@
<ClCompile Include="..\src\gencpu.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\src\genlinetoscr.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\src\gfxboard.cpp">
<Filter>src</Filter>
</ClCompile>