Commit 9ff3e13c authored by Geoffroy Couprie's avatar Geoffroy Couprie

WinCE: add mingw32ce to the list of build systems

parent 9fc5b801
......@@ -247,6 +247,11 @@ case $HOST in
fi
cat src/Distributions/beos.mak >> distro.mak
;;
*mingw32ce)
echo "HAVE_WINCE = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
cat src/Distributions/wince.mak >> distro.mak
;;
*mingw32*)
echo "HAVE_WIN32 = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment