Subversion Repositories DevTools

Rev

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

Rev 4192 Rev 4814
Line 350... Line 350...
350
 
350
 
351
###############################################################################
351
###############################################################################
352
#..     C/C++ dependencies
352
#..     C/C++ dependencies
353
#       depend and depend.err
353
#       depend and depend.err
354
#
354
#
-
 
355
#       Definitions provided by the compiler. 
-
 
356
#       Need to mimic them for dependency generation
-
 
357
#
355
vc_depend	=  -D_MSC_VER=1200 -D_MSC_EXTENSIONS=1
358
vc_depend	=  -D_MSC_VER=1200 -D_MSC_EXTENSIONS=1
356
vc_depend	+= -D_MT
359
vc_depend	+= -D_MT
357
vc_depend	+= -D_X86_=1 -D_M_IX86=300
360
vc_depend	+= -D_X86_=1 -D_M_IX86=300
358
vc_depend	+= -D_INTEGRAL_MAX_BITS=64
361
vc_depend	+= -D_INTEGRAL_MAX_BITS=64
359
 
362