Fixes mostly to prevent compilation errors in Linux
authorJean-Paul Mari <djipi.mari@gmail.com>
Thu, 7 Sep 2017 15:26:06 +0000 (11:26 -0400)
committerJean-Paul Mari <djipi.mari@gmail.com>
Thu, 7 Sep 2017 15:26:06 +0000 (11:26 -0400)
commit5fe21518fc4536c25c40716b3fbdf81a7edac56c
tree45c24d250fd3df603fbebe39dfc4f3399fddf7f0
parent409a83c505d2dde74e12f4559201ee9c2c14d3b8
Fixes mostly to prevent compilation errors in Linux

Added the missing 'Rx' word in the application name.
Minor cast warnings
fix.
Turned off the CRT secure warnings in the Visual Project.
Replace backslash, in remaining file paths, to slash.
16 files changed:
.gitignore
VS2015/virtualjaguar.VC.db
VS2015/virtualjaguar.vcxproj
src/debugger/DBGManager.cpp
src/debugger/DasmWin.cpp
src/debugger/ELFManager.cpp
src/debugger/HWLABELManager.cpp
src/debugger/allwatchbrowser.cpp
src/debugger/brkWin.cpp
src/debugger/exceptionvectortablebrowser.cpp
src/debugger/heapallocatorbrowser.cpp
src/debugger/m68kDasmWin.cpp
src/debugger/memory1browser.cpp
src/gui/app.cpp
src/gui/configdialog.cpp
src/gui/mainwin.cpp