Wed, 08 Jan 2003 06:56:31 +0000
[gaim-migrate @ 4496]
Remove the builddate and buildtime thingies.
If anyone actually uses this, like fire or something, and you
really need it, let me know and I guess I could put it back in.
I also moved the 1 remaining function from meta.c to util.c,
because I'm weird like that.
| 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 | ||
|
4246
36828a69456f
[gaim-migrate @ 4496]
Mark Doliner <markdoliner@pidgin.im>
parents:
3855
diff
changeset
|
15 | DEFINES += -DVERSION=\"$(VERSION)\" \ |
| 3711 | 16 | -DHAVE_CONFIG_H \ |
| 17 | -DGTK_ENABLE_BROKEN | |
| 18 |