diff -Nru atanks-6.5~dfsg/atanks.desktop atanks-6.6~dfsg/atanks.desktop --- atanks-6.5~dfsg/atanks.desktop 2015-12-21 16:00:24.000000000 +0000 +++ atanks-6.6~dfsg/atanks.desktop 2021-06-28 23:22:07.000000000 +0000 @@ -7,4 +7,3 @@ Icon=atanks Categories=Game;ArcadeGame; Terminal=false - diff -Nru atanks-6.5~dfsg/cb/atanks.cbp atanks-6.6~dfsg/cb/atanks.cbp --- atanks-6.5~dfsg/cb/atanks.cbp 2015-12-21 16:00:24.000000000 +0000 +++ atanks-6.6~dfsg/cb/atanks.cbp 2016-11-02 14:57:52.000000000 +0000 @@ -4,13 +4,13 @@ \ No newline at end of file + diff -Nru atanks-6.5~dfsg/vs12/README_allegro.txt atanks-6.6~dfsg/vs12/README_allegro.txt --- atanks-6.5~dfsg/vs12/README_allegro.txt 2015-12-21 16:00:24.000000000 +0000 +++ atanks-6.6~dfsg/vs12/README_allegro.txt 2016-11-02 14:57:53.000000000 +0000 @@ -1,14 +1,14 @@ -To build atanks using Visual Studio 2013 you will need +To build atanks using Visual Studio 2012 you will need to adapt the include path settings to where your allegro includes are. -Further replace alleg44.dll and alleg44.lib with the +Further replace alleg44.dll and alleg44_64.dll with the versions you want to use. -Release 32bit uses alleg44.lib and alleg44.dll -Release 64bit uses alleg44_64.lib and alleg44.dll -Debug 32bit uses alleg44-debug.lib and alleg44-debug.dll -Debug 64bit uses alleg44_64-debug.lib and alleg44_64-debug.dll +Release 32bit uses alleg44.lib and alleg44.dll +Release 64bit uses alleg44_64.lib and alleg44_64.dll +Debug 32bit uses alleg44_d.lib and alleg44_d.dll +Debug 64bit uses alleg44_64_d.lib and alleg44_64_d.dll As the windows build is originally not meant for debugging, -only the 32bit release versions are included in git. +only the release versions are included in git. You will need your own includes and libs! diff -Nru atanks-6.5~dfsg/vs14/atanks.sln atanks-6.6~dfsg/vs14/atanks.sln --- atanks-6.5~dfsg/vs14/atanks.sln 1970-01-01 00:00:00.000000000 +0000 +++ atanks-6.6~dfsg/vs14/atanks.sln 2016-11-02 14:57:53.000000000 +0000 @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.24720.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "atanks", "atanks.vcxproj", "{853BC2FB-859F-4E97-892B-389CE4555C53}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {853BC2FB-859F-4E97-892B-389CE4555C53}.Debug|x64.ActiveCfg = Debug|x64 + {853BC2FB-859F-4E97-892B-389CE4555C53}.Debug|x64.Build.0 = Debug|x64 + {853BC2FB-859F-4E97-892B-389CE4555C53}.Debug|x86.ActiveCfg = Debug|Win32 + {853BC2FB-859F-4E97-892B-389CE4555C53}.Debug|x86.Build.0 = Debug|Win32 + {853BC2FB-859F-4E97-892B-389CE4555C53}.Release|x64.ActiveCfg = Release|x64 + {853BC2FB-859F-4E97-892B-389CE4555C53}.Release|x64.Build.0 = Release|x64 + {853BC2FB-859F-4E97-892B-389CE4555C53}.Release|x86.ActiveCfg = Release|Win32 + {853BC2FB-859F-4E97-892B-389CE4555C53}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff -Nru atanks-6.5~dfsg/vs14/atanks.vcxproj atanks-6.6~dfsg/vs14/atanks.vcxproj --- atanks-6.5~dfsg/vs14/atanks.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ atanks-6.6~dfsg/vs14/atanks.vcxproj 2016-11-02 14:57:53.000000000 +0000 @@ -0,0 +1,274 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + {853BC2FB-859F-4E97-892B-389CE4555C53} + Win32Proj + atanks + 8.1 + + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + Application + true + v140 + MultiByte + + + Application + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)..\ + .obj\$(Platform)_$(Configuration)\ + $(ProjectName)_d + + + true + $(SolutionDir)..\ + .obj\$(Platform)_$(Configuration)\ + $(ProjectName)_64_d + + + false + $(SolutionDir)..\ + .obj\$(Platform)_$(Configuration)\ + + + false + $(SolutionDir)..\ + .obj\$(Platform)_$(Configuration)\ + $(ProjectName)_64 + + + + + + Level3 + Disabled + VERSION="6.5_rc1";DATA_DIR=".";ATANKS_DEBUG;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(SolutionDir)..\..\allegro\include;$(SolutionDir)..\..\allegro_build\all\include + MultiThreadedDebug + + + Windows + true + alleg44_d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(SolutionDir)..\ + + + + + + + Level3 + Disabled + VERSION="6.5_rc1";DATA_DIR=".";ATANKS_DEBUG;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(SolutionDir)..\..\allegro\include;$(SolutionDir)..\..\allegro_build\all\include + MultiThreadedDebug + + + Windows + true + alleg44_64_d.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(SolutionDir)..\ + + + + + Level3 + + + MaxSpeed + true + true + VERSION="6.5_rc1";DATA_DIR=".";WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(SolutionDir)..\..\allegro\include;$(SolutionDir)..\..\allegro_build\all\include + Speed + MultiThreaded + + + Windows + true + true + true + alleg44.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(SolutionDir)..\ + + + + + Level3 + + + MaxSpeed + true + true + VERSION="6.5_rc1";DATA_DIR=".";NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + $(SolutionDir)..\..\allegro\include;$(SolutionDir)..\..\allegro_build\all\include + Speed + MultiThreaded + + + Windows + true + true + true + alleg44_64.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + $(SolutionDir)..\ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -Nru atanks-6.5~dfsg/vs14/atanks.vcxproj.filters atanks-6.6~dfsg/vs14/atanks.vcxproj.filters --- atanks-6.5~dfsg/vs14/atanks.vcxproj.filters 1970-01-01 00:00:00.000000000 +0000 +++ atanks-6.6~dfsg/vs14/atanks.vcxproj.filters 2016-11-02 14:57:53.000000000 +0000 @@ -0,0 +1,295 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Resource Files + + + + + Resource Files + + + \ No newline at end of file diff -Nru atanks-6.5~dfsg/vs14/README_allegro.txt atanks-6.6~dfsg/vs14/README_allegro.txt --- atanks-6.5~dfsg/vs14/README_allegro.txt 1970-01-01 00:00:00.000000000 +0000 +++ atanks-6.6~dfsg/vs14/README_allegro.txt 2016-11-02 14:57:53.000000000 +0000 @@ -0,0 +1,14 @@ +To build atanks using Visual Studio 2015 you will need +to adapt the include path settings to where your allegro +includes are. +Further replace alleg44.dll and alleg44_64.dll with the +versions you want to use. + +Release 32bit uses alleg44.lib and alleg44.dll +Release 64bit uses alleg44_64.lib and alleg44_64.dll +Debug 32bit uses alleg44_d.lib and alleg44_d.dll +Debug 64bit uses alleg44_64_d.lib and alleg44_64_d.dll + +As the windows build is originally not meant for debugging, +only the release versions are included in git. +You will need your own includes and libs!