Sat, 22 Mar 2003 18:34:16 +0000
[gaim-migrate @ 5187]
Removed GTK_ENABLE_BROKEN Flag
| 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)\" \ |
|
4860
72ee32a5f173
[gaim-migrate @ 5187]
Herman Bloggs <herman@bluedigits.com>
parents:
4246
diff
changeset
|
16 | -DHAVE_CONFIG_H |