comparison lib-src/makefile.w32-in @ 34259:3e91ae9e8c6f

(LOCAL_FLAGS): Remove -DVERSION flag, since we don't know the real version, and I can't seem to get the quoting right in all circumstances.
author Andrew Innes <andrewi@gnu.org>
date Wed, 06 Dec 2000 13:42:48 +0000
parents fb2af42432a8
children e96acf4ae36e
comparison
equal deleted inserted replaced
34258:6894bd47e0e0 34259:3e91ae9e8c6f
23 23
24 .PHONY: $(ALL) 24 .PHONY: $(ALL)
25 25
26 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \ 26 LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DSTDC_HEADERS=1 -DNO_LDAV=1 \
27 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \ 27 -DNO_ARCHIVES=1 -DHAVE_CONFIG_H=1 -I../nt/inc \
28 -I../src -DVERSION="\"$(VERSION)\"" 28 -I../src
29 29
30 # don't know what (if) to do with these yet... 30 # don't know what (if) to do with these yet...
31 # 31 #
32 # $(BLD)/sorted-doc.exe \ 32 # $(BLD)/sorted-doc.exe \
33 # $(BLD)/env.exe \ 33 # $(BLD)/env.exe \