Subversion Repositories DevTools

Rev

Rev 261 | Rev 291 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 261 Rev 267
Line 167... Line 167...
167
vc_defines	+= -DALVL=$(ALVL)
167
vc_defines	+= -DALVL=$(ALVL)
168
endif
168
endif
169
ifdef DLVL
169
ifdef DLVL
170
vc_defines	+= -DDLVL=$(DLVL)
170
vc_defines	+= -DDLVL=$(DLVL)
171
endif
171
endif
-
 
172
 
-
 
173
#
-
 
174
#	__SOURCE__ interferes with Windows Precompiled headers
-
 
175
#	It can be disabled, but its not for backward compatability
-
 
176
#
-
 
177
ifndef DISABLE__SOURCE__
172
vc_defines	+= -D__SOURCE__=\"$(notdir $<)\"
178
vc_defines	+= -D__SOURCE__=\"$(notdir $<)\"
-
 
179
endif
173
 
180
 
174
	# Standard flags
181
	# Standard flags
175
	#
182
	#
176
	# Both compilers now use the same front end - you must still define either
183
	# Both compilers now use the same front end - you must still define either
177
	# _X86_ or _ALPHA_.  These have replaced the i386 and ALPHA definitions
184
	# _X86_ or _ALPHA_.  These have replaced the i386 and ALPHA definitions