view src/win32/global.mak @ 5144:eb0de4f49d15

[gaim-migrate @ 5508] Bjoern Voigt writes: "If I select "/Buddies/Get _User Info..." from main menu, gaim always shows the dialog show_info_dialog. The user must fill in the screenname and his protocol. This is ok, if no buddy in the tree is selected. But if the user selected a buddy, he probably expects no dialog, but the info dialog for the selected buddy. I have prepared a patch, which solves the problem. Please check the patch, because I don't know, if comply with the gaim's programming style." committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 16 Apr 2003 23:13:08 +0000
parents e1b5619e6a02
children bb7723f0b4b9
line wrap: on
line source

#
# global.mak
#
# This file should be included by all Makefile.mingw files for project
# wide definitions.
#

CC = gcc.exe

# Don't use -g flag when building Plugin DLLs
CFLAGS += -O2 -Wall -mno-cygwin -fnative-struct

VERSION := $(shell cat $(GAIM_TOP)/VERSION)

DEFINES += 	-DVERSION=\"$(VERSION)\" \
		-DHAVE_CONFIG_H