summaryrefslogtreecommitdiffstats
path: root/gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 07:28:32 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-11 07:28:32 +0000
commit0e2ecd39c54fd3d55ff64967c7e2feae04698423 (patch)
tree5d4494b91c11dee68da492f1b1655b790a7f0347 /gui
parent137ff809f904c4a97097b8e07c2e20cb0561f5e5 (diff)
downloadmpv-0e2ecd39c54fd3d55ff64967c7e2feae04698423.tar.bz2
mpv-0e2ecd39c54fd3d55ff64967c7e2feae04698423.tar.xz
Add a config.mak variable to control compilation of the Win32 GUI.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26386 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'gui')
-rw-r--r--gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Makefile b/gui/Makefile
index 777fa031d0..35f7a6258e 100644
--- a/gui/Makefile
+++ b/gui/Makefile
@@ -4,7 +4,7 @@ LIBNAME_MPLAYER = libgui.a
#CFLAGS += -DDEBUG
-ifeq ($(TARGET_WIN32),yes)
+ifeq ($(GUI_WIN32),yes)
SRCS_MPLAYER = bitmap.c \
win32/dialogs.c \
win32/gui.c \