comparison src/win32/global.mak @ 3711:48f3c74c13e0

[gaim-migrate @ 3844] Some global make vars defined committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 16 Oct 2002 19:29:51 +0000
parents
children 38c95b5835f9
comparison
equal deleted inserted replaced
3710:03ba413ca20b 3711:48f3c74c13e0
1 #
2 # global.mak
3 #
4 # This file should be included by all Makefile.mingw files for project
5 # wide definitions.
6 #
7
8 CC = gcc.exe
9
10 # Don't use -g flag when building Plugin DLLs
11 CFLAGS = -O2 -Wall -mno-cygwin -fnative-struct
12
13 VERSION := $(shell cat $(GAIM_TOP)/VERSION)
14
15 DEFINES += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" \
16 -DAIM_BUILDTIME=\"`date +%H%M%S`\" \
17 -DVERSION=\"$(VERSION)\" \
18 -DHAVE_CONFIG_H \
19 -DGTK_ENABLE_BROKEN
20