Subversion Repositories DevTools

Rev

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

Rev 261 Rev 267
Line 75... Line 75...
75
 
75
 
76
ifdef DLVL
76
ifdef DLVL
77
vc_defines	+= -DDLVL=$(DLVL)
77
vc_defines	+= -DDLVL=$(DLVL)
78
endif
78
endif
79
 
79
 
-
 
80
#
-
 
81
#	__SOURCE__ interferes with Windows Precompiled headers
-
 
82
#	It can be disabled, but its not for backward compatability
-
 
83
#
-
 
84
ifndef DISABLE__SOURCE__
80
vc_defines	+= -D__SOURCE__=\"$(notdir $<)\"
85
vc_defines	+= -D__SOURCE__=\"$(notdir $<)\"
-
 
86
endif
81
 
87
 
82
	# Standard flags
88
	# Standard flags
83
	#
89
	#
84
	# Both compilers now use the same front end - you must still define either
90
	# Both compilers now use the same front end - you must still define either
85
	# _X86_ or _ALPHA_.  These have replaced the i386 and ALPHA definitions
91
	# _X86_ or _ALPHA_.  These have replaced the i386 and ALPHA definitions