Tue, 05 Nov 2002 23:00:53 +0000
[gaim-migrate @ 4060]
wgaim_cleanup added
| 3711 | 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 | |
|
3855
9c31eb005f10
[gaim-migrate @ 4007]
Herman Bloggs <herman@bluedigits.com>
parents:
3711
diff
changeset
|
11 | CFLAGS += -O2 -Wall -mno-cygwin -fnative-struct |
| 3711 | 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 |