comparison src/win32/global.mak @ 3855:38c95b5835f9

[gaim-migrate @ 4007] CFLAGS fix committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 02 Nov 2002 01:33:29 +0000
parents 48f3c74c13e0
children 2a2d6d21f1d7
comparison
equal deleted inserted replaced
3854:17b650a36bca 3855:38c95b5835f9
6 # 6 #
7 7
8 CC = gcc.exe 8 CC = gcc.exe
9 9
10 # Don't use -g flag when building Plugin DLLs 10 # Don't use -g flag when building Plugin DLLs
11 CFLAGS = -O2 -Wall -mno-cygwin -fnative-struct 11 CFLAGS += -O2 -Wall -mno-cygwin -fnative-struct
12 12
13 VERSION := $(shell cat $(GAIM_TOP)/VERSION) 13 VERSION := $(shell cat $(GAIM_TOP)/VERSION)
14 14
15 DEFINES += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" \ 15 DEFINES += -DAIM_BUILDDATE=\"`date +%Y%m%d`\" \
16 -DAIM_BUILDTIME=\"`date +%H%M%S`\" \ 16 -DAIM_BUILDTIME=\"`date +%H%M%S`\" \