x11sim for cygwin: TARGET is defined with the .exe extension
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f64ceda357
commit
c90319e24b
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ ifeq ($(UNAME),CYGWIN)
|
|||
INCLUDES += -I/usr/X11R6/include
|
||||
LIBDIRS = -L/usr/X11R6/lib
|
||||
DEFINES += -DHAVE_OSS -D_SSIZE_T_
|
||||
TARGET = $(OBJDIR)/rockboxui.exe
|
||||
else
|
||||
ifeq ($(UNAME),FreeBSD)
|
||||
LIBS = -pthread
|
||||
|
|
Loading…
Reference in a new issue