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.
29 lines
523 B
29 lines
523 B
!IF 0
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.inc
|
|
|
|
!ENDIF
|
|
|
|
|
|
INCLUDES=.; \
|
|
..; \
|
|
$(PROJECT_ROOT)\fs\remotefs\dfs\inc; \
|
|
$(PROJECT_ROOT)\ntos\inc; \
|
|
$(DS_INC_PATH)\dfs
|
|
|
|
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /W3 /WX
|
|
|
|
RUN_WPP=$(SOURCES) -ini:$(PROJECT_ROOT)\fs\remotefs\dfs\inc\tracewpp.ini
|
|
|
|
LINKER_STACKCOMMITSIZE=32768
|
|
COMPILER_WARNINGS=/FI$(PROJECT_ROOT)\fs\remotefs\dfs\inc\dfswarnings.h
|
|
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|
|
|