2020-09-30 16:53:55 +02:00

39 lines
696 B
Plaintext

!IF 0
Copyright (c) 1989-2001, Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
!ENDIF
TARGETNAME=msvcrt40
TARGETPATH=obj
TARGETTYPE=DYNLINK
UMTYPE=nt
DLLBASE=0x78080000
DLLDEF=crt40.def
SOURCES=crt40.rc
IMPLIB_OBJS = \
$(O)\data.obj \
$(SDK_LIB_PATH)\msvcirt.lib \
$(SDK_LIB_PATH)\msvcrt.lib \
LINK_LIB_IGNORE=4102
USE_NOLIBS=1
# No overflow checking for the CRT
BUFFER_OVERFLOW_CHECKS=0