Skip to content

Commit

Permalink
Updated to IDA Pro 9.0 usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
lab313ru committed Oct 20, 2024
1 parent 7cd7124 commit 318e8f0
Show file tree
Hide file tree
Showing 28 changed files with 18,076 additions and 17,177 deletions.
83 changes: 42 additions & 41 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,41 +1,42 @@
*.obj
*.json
*.tlog
*.pdb
*.iobj
*.ipdb
*.log
*.res
*.exe
*.suo
*.db
*.opendb
*.idb
*.db-shm
*.db-wal
*.ipch
*.aps
*.recipe
*.ilk
*.gs?
*.cfg
*.exp
*.lib
*.vsidx
*.enc
read.lock
fileList.bin
_IsIncrementalBuild
*.vcxproj.FileListAbsolute.txt
DbgClient_server.skeleton.cpp
DbgServer_server.skeleton.cpp
Gens/asm/main68k.asm
Gens/asm/sub68k.asm
Debug/
Release/
Release7/
Debug_68k/
Release_68k/
Debug_z80/
Release_z80/
Gensida/vcpkg_installed/
*.obj
*.json
*.tlog
*.pdb
*.iobj
*.ipdb
*.log
*.res
*.exe
*.suo
*.db
*.opendb
*.idb
*.db-shm
*.db-wal
*.ipch
*.aps
*.recipe
*.ilk
*.gs?
*.cfg
*.exp
*.lib
*.vsidx
*.enc
read.lock
fileList.bin
_IsIncrementalBuild
*.vcxproj.FileListAbsolute.txt
DbgClient_server.skeleton.cpp
DbgServer_server.skeleton.cpp
Gens/asm/main68k.asm
Gens/asm/sub68k.asm
Debug/
Release/
Release7/
Debug_68k/
Release_68k/
Debug_z80/
Release_z80/
vcpkg_installed/
releases/
1,103 changes: 553 additions & 550 deletions Gens/gens.vcxproj

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Gens/src/g_main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include <Windows.h>
#include <vector>

#undef min
#undef max

#include <grpcpp/grpcpp.h>

#ifdef DEBUG_68K
Expand Down
126 changes: 64 additions & 62 deletions Gensida/gensida.vcxproj

Large diffs are not rendered by default.

64 changes: 32 additions & 32 deletions Gensida/gensida.vcxproj.user
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug83_68k|x64'">
<LocalDebuggerCommand>c:\Program Files\IDA Pro 8.3\ida.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>c:\Program Files\IDA Pro 8.3\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug83_z80|x64'">
<LocalDebuggerCommand>c:\Program Files\IDA Pro 8.3\ida.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>c:\Program Files\IDA Pro 8.3\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release83_68k|x64'">
<LocalDebuggerCommand>c:\Program Files\IDA Pro 8.3\ida.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>c:\Program Files\IDA Pro 8.3\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release83_z80|x64'">
<LocalDebuggerCommand>c:\Program Files\IDA Pro 8.3\ida.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>c:\Program Files\IDA Pro 8.3\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug83_68k|x64'">
<LocalDebuggerCommand>$(IDA_DIR)\ida.exe</LocalDebuggerCommand>
<LocalDebuggerWorkingDirectory>$(IDA_DIR)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug83_z80|x64'">
<LocalDebuggerWorkingDirectory>$(IDA_DIR)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand>$(IDA_DIR)\ida.exe</LocalDebuggerCommand>
</PropertyGroup>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug90_68k|x64'">
<LocalDebuggerCommand>c:\Program Files\IDA Pro 9.0\ida.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>c:\Program Files\IDA Pro 9.0\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug90_z80|x64'">
<LocalDebuggerCommand>c:\Program Files\IDA Pro 9.0\ida.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>c:\Program Files\IDA Pro 9.0\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release90_68k|x64'">
<LocalDebuggerCommand>c:\Program Files\IDA Pro 9.0\ida.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>c:\Program Files\IDA Pro 9.0\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release90_z80|x64'">
<LocalDebuggerCommand>c:\Program Files\IDA Pro 9.0\ida.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>c:\Program Files\IDA Pro 9.0\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug90_68k|x64'">
<LocalDebuggerCommand>$(IDA_DIR)\ida.exe</LocalDebuggerCommand>
<LocalDebuggerWorkingDirectory>$(IDA_DIR)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug90_z80|x64'">
<LocalDebuggerWorkingDirectory>$(IDA_DIR)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand>$(IDA_DIR)\ida.exe</LocalDebuggerCommand>
</PropertyGroup>
</Project>
Loading

0 comments on commit 318e8f0

Please sign in to comment.