Leaked source code of windows server 2003
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.
|
|
########################################################################## # # Microsoft Confidential # Copyright (C) Microsoft Corporation 1991-1998 # All Rights Reserved. # ##########################################################################
!if !defined(CCSHELL_DIR) !error CCSHELL_DIR must be defined in sources file !endif
!INCLUDE $(CCSHELL_DIR)\COMMON.INC THEME_DIR = $(CCSHELL_DIR)\themes
# # Set private paths #
INCLUDES = $(THEME_DIR)\inc;$(THEME_DIR)\themedir;$(INCLUDES) C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE -DWIN32
|