On 12/28/12 14:59, Ian MacArthur wrote: > ------------ > REM pseudo DOS batch script to get LDFLAGS > d:\path\to\mingw\sh.exe -c "d:\path\to\fltk-config --ldstaticflags" > REM end of DOS batch file > ------------
You might need to include as the first line in that file:
@ECHO OFF
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

