stunnel4/src/make.bat

9 lines
409 B
Batchfile
Raw Permalink Normal View History

2017-03-28 09:58:13 +02:00
@echo off
:: pdelaage commented : make.exe -f mingw.mak %1 %2 %3 %4 %5 %6 %7 %8 %9
:: on Windows, make is Borland make, but mingw.mak is NOW only compatible
2017-11-15 15:03:25 +01:00
:: with gnu make (due to various improvements I made, for compatibility between
:: linux and Windows host environments).
2017-03-28 09:58:13 +02:00
:: and echo OFF is the sign we are HERE on Windows, isn't it?...
mingw32-make.exe -f mingw.mak %1 %2 %3 %4 %5 %6 %7 %8 %9