Mercurial > pidgin
annotate src/win32/global.mak @ 5106:7b218dde1d73
[gaim-migrate @ 5469]
This is some IM image dialog fixes from Ka-Hing Cheung. It makes
"Conversation->Insert Image..." work if you have not used the button
on the toolbar yet. It makes clicking the button on the toolbar twice
close the select image dialog, and it makes closing the image dialog
toggle the insert image button back to an unpressed state.
Thanks javabsp, youdaman.
Also, my ICQ icon for unauthorized buddies is probably getting committed.
I'll commit the code that uses it later sometime.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 11 Apr 2003 07:01:54 +0000 |
parents | e1b5619e6a02 |
children | bb7723f0b4b9 |
rev | line source |
---|---|
3711
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
1 # |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
2 # global.mak |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
3 # |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
4 # This file should be included by all Makefile.mingw files for project |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
5 # wide definitions. |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
6 # |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
7 |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
8 CC = gcc.exe |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
9 |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
10 # Don't use -g flag when building Plugin DLLs |
3855
38c95b5835f9
[gaim-migrate @ 4007]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
3711
diff
changeset
|
11 CFLAGS += -O2 -Wall -mno-cygwin -fnative-struct |
3711
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
12 |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
13 VERSION := $(shell cat $(GAIM_TOP)/VERSION) |
48f3c74c13e0
[gaim-migrate @ 3844]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
diff
changeset
|
14 |
4246 | 15 DEFINES += -DVERSION=\"$(VERSION)\" \ |
4860
e1b5619e6a02
[gaim-migrate @ 5187]
Herman Bloggs <hermanator12002@yahoo.com>
parents:
4246
diff
changeset
|
16 -DHAVE_CONFIG_H |