You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
285 B
14 lines
285 B
!if "$(FREEBUILD)"=="1"
|
|
### !message **** FREE BUILD ***
|
|
!else
|
|
C_DEFINES=$(C_DEFINES) -DDEBUG=1
|
|
!if !$(WIN64)
|
|
MSC_OPTIMIZATION=/Od
|
|
!endif
|
|
!endif
|
|
|
|
!ifdef TRACE_ENABLED
|
|
C_DEFINES=$(C_DEFINES) -DTRACE_ENABLED
|
|
!endif
|
|
|
|
INCLUDES=$(INCLUDES);$(STAXINC)\export;$(IISBASEDIR)\inc
|