Created
January 11, 2015 17:39
-
-
Save ColonelJ/851875ed3a37dd6e10d4 to your computer and use it in GitHub Desktop.
TDM-GCC set Dwarf-2 binaries as the default (batch file). Also, delete cc.exe if it is present!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy c++-dw2.exe c++.exe | |
copy cpp-dw2.exe cpp.exe | |
copy g++-dw2.exe g++.exe | |
copy gcc-ar-dw2.exe gcc-ar.exe | |
copy gcc-dw2.exe gcc.exe | |
copy gcc-nm-dw2.exe gcc-nm.exe | |
copy gcc-ranlib-dw2.exe gcc-ranlib.exe | |
copy gcov-dw2.exe gcov.exe | |
copy mingw32-c++-dw2.exe mingw32-c++.exe | |
copy mingw32-g++-dw2.exe mingw32-g++.exe | |
copy mingw32-gcc-4.9.2-dw2.exe mingw32-gcc-4.9.2.exe | |
copy mingw32-gcc-ar-dw2.exe mingw32-gcc-ar.exe | |
copy mingw32-gcc-dw2.exe mingw32-gcc.exe | |
copy mingw32-gcc-nm-dw2.exe mingw32-gcc-nm.exe | |
copy mingw32-gcc-ranlib-dw2.exe mingw32-gcc-ranlib.exe | |
copy gfortran-dw2.exe gfortran.exe | |
copy gnat-dw2.exe gnat.exe | |
copy gnatbind-dw2.exe gnatbind.exe | |
copy gnatchop-dw2.exe gnatchop.exe | |
copy gnatclean-dw2.exe gnatclean.exe | |
copy gnatfind-dw2.exe gnatfind.exe | |
copy gnatkr-dw2.exe gnatkr.exe | |
copy gnatlink-dw2.exe gnatlink.exe | |
copy gnatls-dw2.exe gnatls.exe | |
copy gnatmake-dw2.exe gnatmake.exe | |
copy gnatname-dw2.exe gnatname.exe | |
copy gnatprep-dw2.exe gnatprep.exe | |
copy gnatxref-dw2.exe gnatxref.exe | |
copy mingw32-gfortran-dw2.exe mingw32-gfortran.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment