Fixed compilation for windows.

This commit is contained in:
yabause 2006-04-08 15:20:21 +00:00
parent eefd5e7752
commit 821666bed5
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ case $target in
AC_SUBST([UI_DIR])
;;
*mingw*)
LIBS="$LIBS -mwindows"
UI_DIR=windows
AC_SUBST([UI_DIR])
;;