@echo off REM Einstellungen fuer MinGW C++ make, Kommandozeile, R.Richter 2014-07-13 REM Aufruf mit: make [target] SET OLDPATH=%PATH% SET PATH=C:\MinGW\bin;%PATH% SET CXXFLAGS=-std=c++11 -O3 SET LDFLAGS=-static-libgcc -static-libstdc++ make.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 SET PATH=%OLDPATH%