From 3d0ae46ac6b40307bd654c618708309470d47dc6 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 27 Feb 2005 07:58:01 +0000 Subject: No NOCYGWIN for the X11 simulator. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6072 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 4ebe39c..f0d906b 100755 --- a/tools/configure +++ b/tools/configure @@ -62,7 +62,7 @@ simcc () { LDOPTS="-lgdi32 -luser32 -mno-cygwin" else # x11 version - GCCOPTS="$GCCOPTS -DNOCYGWIN" + GCCOPTS="$GCCOPTS" LDOPTS='-L/usr/X11R6/lib -lSM -lICE -lXt -lX11 -lXmu -lSM -lICE -lX11 -lpthread' fi output="rockboxui.exe" # use this as output binary name -- cgit v1.1