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
303 B
16 lines
303 B
|
|
|
|
!include ..\sources.inc
|
|
|
|
# 3/24/2000(RichGr): Use the MFC dlls for Whistler.
|
|
USE_MFC=1
|
|
# USE_STATIC_MFC=1
|
|
USE_MFCUNICODE=1
|
|
USE_NOLIBS=1
|
|
USE_CRTS=0
|
|
USE_MSVCRT=0
|
|
C_DEFINES=$(C_DEFINES) -DWINNT -D_UNICODE -DWINVER=0x0500
|
|
USER_C_FLAGS=-MD
|
|
|
|
|
|
SOURCES_USED = $(SOURCES_USED) ..\sources.inc
|