mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-05 21:34:17 +01:00
Add Cygwin to GCFB() (it is just like linux)
+ make stub give some clue
This commit is contained in:
committed by
Carlos R. Mafra
parent
28cbda550a
commit
ea4645bc09
@@ -41,6 +41,7 @@ dnl Platform-specific Makefile setup
|
||||
dnl ================================
|
||||
|
||||
case "${host}" in
|
||||
*-*-cygwin*)
|
||||
*-*-linux*)
|
||||
WM_OSDEP="linux"
|
||||
;;
|
||||
@@ -68,6 +69,7 @@ case "${host}" in
|
||||
;;
|
||||
*)
|
||||
WM_OSDEP="stub"
|
||||
CFLAGS="-DSTUB_HINT=\\\"${host}\\\""
|
||||
;;
|
||||
esac
|
||||
AC_SUBST(WM_OSDEP)
|
||||
|
||||
Reference in New Issue
Block a user