17 lines
287 B
Plaintext
17 lines
287 B
Plaintext
|
|
|
|
!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
|