From: Sam Hocevar Date: Sun, 18 Jun 2000 11:17:01 +0000 (+0000) Subject: . On peut enfin fermer la fen�tre principale en cliquant sur le bouton X-Git-Tag: 0.1.99e~18 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e2261b930894f65ce8fa2b8e6a12d9cadde4a72d;p=vlc . On peut enfin fermer la fen�tre principale en cliquant sur le bouton fermeture du window manager --- diff --git a/Makefile.in b/Makefile.in index 1bd4c11a87..695a808eaa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,6 +31,7 @@ prefix=@prefix@ PROGRAM_OPTIONS = $(SYS) $(ARCH) ifeq ($(DEBUG),1) PROGRAM_OPTIONS += DEBUG +DEFINE += -DDEBUG endif # PROGRAM_BUILD is a complete identification of the build @@ -45,11 +46,6 @@ PROGRAM_BUILD = `date` $(USER) DEFINE += -DSYS_$(shell echo $(SYS) | sed 's/-.*//' | tr a-z A-Z) DEFINE += -DPLUGIN_PATH="\"$(prefix)/lib/videolan/vlc\"" DEFINE += -DDATA_PATH="\"$(prefix)/share/videolan/vlc\"" -#DEFINE += -DPROGRAM_OPTIONS="\"$(shell echo $(PROGRAM_OPTIONS) | tr 'A-Z' 'a-z')\"" -#DEFINE += -DPROGRAM_BUILD="\"$(PROGRAM_BUILD)\"" -ifeq ($(DEBUG),1) -DEFINE += -DDEBUG -endif ################################################################################ # Tuning and other variables - do not change anything except if you know