doc: add windres to mingw *nix build command
This commit is contained in:
parent
78823d762e
commit
1f46c250d9
|
@ -5,7 +5,7 @@
|
||||||
# This Makefile is made for MinGW
|
# This Makefile is made for MinGW
|
||||||
#
|
#
|
||||||
# To cross compile on a *nix machine :
|
# To cross compile on a *nix machine :
|
||||||
# make -f Makefile.mingw DLLWRAP=mingw32-dllwrap CC=mingw32-gcc AR=mingw32-ar
|
# make -f Makefile.mingw DLLWRAP=mingw32-dllwrap CC=mingw32-gcc AR=mingw32-ar WINDRES=mingw32-windres
|
||||||
#
|
#
|
||||||
SRCDIR = src
|
SRCDIR = src
|
||||||
INCDIR = include
|
INCDIR = include
|
||||||
|
|
Loading…
Reference in New Issue