view src/win32/global.mak @ 4242:cf19d8102b34

[gaim-migrate @ 4492] John B. Silvestri (silvestrij) writes: "This adds a --longhelp (-H) option to gaim-remote, which details its usage (aim?goim,gochat, and addbuddy)." he further writes: "Now follows Sean's request of being `gaim-remote -h uri` or `gaim-remote --help uri` This is version 3.11.\n"), name); luke writes that this patch is needed because _i_ can't remember how to use the gaim-remote stuff, much less help others to do so, and what use is a gaim-remote that only 2 people know how to use? committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 08 Jan 2003 04:00:29 +0000
parents 38c95b5835f9
children 2a2d6d21f1d7
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 += 	-DAIM_BUILDDATE=\"`date +%Y%m%d`\" \
		-DAIM_BUILDTIME=\"`date +%H%M%S`\" \
		-DVERSION=\"$(VERSION)\" \
		-DHAVE_CONFIG_H \
		-DGTK_ENABLE_BROKEN