comparison libgaim/win32/global.mak @ 14447:e88aae4f4c40

[gaim-migrate @ 17161] Make the Perl GTK+ stuff work in wingaim. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 04 Sep 2006 23:00:13 +0000
parents 8793fc8f7064
children c2c916d4d95c
comparison
equal deleted inserted replaced
14446:1bee09450652 14447:e88aae4f4c40
29 GAIM_INSTALL_SOUNDS_DIR := $(GAIM_INSTALL_DIR)/sounds 29 GAIM_INSTALL_SOUNDS_DIR := $(GAIM_INSTALL_DIR)/sounds
30 30
31 # Important (enough) locations in our source code 31 # Important (enough) locations in our source code
32 GAIM_LIB_TOP := $(GAIM_TOP)/libgaim 32 GAIM_LIB_TOP := $(GAIM_TOP)/libgaim
33 GAIM_LIB_PLUGINS_TOP := $(GAIM_LIB_TOP)/plugins 33 GAIM_LIB_PLUGINS_TOP := $(GAIM_LIB_TOP)/plugins
34 GAIM_LIB_PERL_TOP := $(GAIM_LIB_PLUGINS_TOP)/perl
34 GAIM_GTK_TOP := $(GAIM_TOP)/gtk 35 GAIM_GTK_TOP := $(GAIM_TOP)/gtk
35 GAIM_GTK_IDLETRACK_TOP := $(GAIM_GTK_TOP)/win32/IdleTracker 36 GAIM_GTK_IDLETRACK_TOP := $(GAIM_GTK_TOP)/win32/IdleTracker
36 GAIM_GTK_PIXMAPS_TOP := $(GAIM_GTK_TOP)/pixmaps 37 GAIM_GTK_PIXMAPS_TOP := $(GAIM_GTK_TOP)/pixmaps
37 GAIM_GTK_PLUGINS_TOP := $(GAIM_GTK_TOP)/plugins 38 GAIM_GTK_PLUGINS_TOP := $(GAIM_GTK_TOP)/plugins
38 GAIM_GTK_SOUNDS_TOP := $(GAIM_GTK_TOP)/sounds 39 GAIM_GTK_SOUNDS_TOP := $(GAIM_GTK_TOP)/sounds
41 42
42 # Locations of important (in-tree) build targets 43 # Locations of important (in-tree) build targets
43 GAIM_CONFIG_H := $(GAIM_TOP)/config.h 44 GAIM_CONFIG_H := $(GAIM_TOP)/config.h
44 GAIM_IDLETRACK_DLL := $(GAIM_GTK_IDLETRACK_TOP)/idletrack.dll 45 GAIM_IDLETRACK_DLL := $(GAIM_GTK_IDLETRACK_TOP)/idletrack.dll
45 GAIM_LIBGAIM_DLL := $(GAIM_LIB_TOP)/libgaim.dll 46 GAIM_LIBGAIM_DLL := $(GAIM_LIB_TOP)/libgaim.dll
47 GAIM_LIBGAIM_PERL_DLL := $(GAIM_LIB_PERL_TOP)/perl.dll
46 GAIM_GTKGAIM_DLL := $(GAIM_GTK_TOP)/gtkgaim.dll 48 GAIM_GTKGAIM_DLL := $(GAIM_GTK_TOP)/gtkgaim.dll
47 GAIM_EXE := $(GAIM_GTK_TOP)/gaim.exe 49 GAIM_EXE := $(GAIM_GTK_TOP)/gaim.exe
48 GAIM_PORTABLE_EXE := $(GAIM_GTK_TOP)/gaim-portable.exe 50 GAIM_PORTABLE_EXE := $(GAIM_GTK_TOP)/gaim-portable.exe
49 51
50 GCCWARNINGS := -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef 52 GCCWARNINGS := -Waggregate-return -Wcast-align -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wextra -Wno-sign-compare -Wno-unused-parameter -Winit-self -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef