Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

34 lines
897 B

####
#crt32.def - definitions for the crt32 build
#
# Copyright (c) 1991-1992, Microsoft Corporation. All rights reserved.
#
#Purpose:
# This file is included in the 'sources' files in this tree
#
# Key to CRT32 environment variables:
#
#
################################################################################
NTDEBUG=
NTLEGO=1
TARGETNAMESUFFIX=mt
TARGETTYPE=LIBRARY
MTOPTION=-DMTHREAD -D_MT
C_DEFINES1=-D_WIN32_=1 -D_INTL -D_MBCS -D_KANJI
ASM_DEFINES1=-D_WIN32_=1 -D_INTL
INCLUDES=..\h
!IF "$(CRTLIBDEBUG)" == ""
C_DEFINES=-DNDEBUG $(C_DEFINES1) $(MTOPTION) $(MBCS_DEFINES)
ASM_DEFINES=$(ASM_DEFINES1) $(MTOPTION) $(MBCS_DEFINES)
!ELSE
C_DEFINES=$(C_DEFINES1) -DDEBUG=1 $(MTOPTION) $(MBCS_DEFINES)
ASM_DEFINES=$(ASM_DEFINES1) -DDEBUG=1 $(MTOPTION) $(MBCS_DEFINES)
!ENDIF
# Disable intrinsics on Alpha as it will not allow redefinition of intrinsics
ALPHA_OPTIMIZATION=/Ox /Oi-