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.
16 lines
339 B
16 lines
339 B
#
|
|
# This sources file is included in every sources file for this
|
|
# project
|
|
|
|
INCLUDES=$(BASE_INCLUDES); \
|
|
$(SHELL_INC_PATH); \
|
|
$(DS_INC_PATH); \
|
|
$(NET_INC_PATH); \
|
|
$(WINDOWS_INC_PATH)
|
|
|
|
C_DEFINES= $(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_MSVCRT=1
|
|
USE_ATL=1
|
|
USE_STL=1
|