mirror of https://github.com/tongzx/nt5src
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.
15 lines
338 B
15 lines
338 B
!include ..\sources.inc
|
|
|
|
MINORCOMP=winnt32a
|
|
TARGETNAME=winnt32a
|
|
CHICAGO_PRODUCT=1
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
MC_FLAGS=$(MC_FLAGS) -A
|
|
|
|
C_DEFINES=$(C_DEFINES) -DMBCS -D_MBCS
|
|
|
|
TARGETLIBS=\
|
|
$(TARGETLIBS) \
|
|
$(BASE_LIB_PATH)\sputilsa.lib \
|
|
$(PROJECT_ROOT)\ntsetup\complnce\ansiuser\$(O)\compuser_a.lib
|