Leaked source code of windows server 2003
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.
|
|
!IF 0
Copyright (c) 1996 Microsoft Corporation
Module Name:
sources
Abstract:
NT makefile
Author:
RaymondC
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
UMTYPE=console
TARGETNAME=m4 TARGETTYPE=PROGRAM TARGETPATH=obj
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \
CONDITIONAL_INCLUDES=\ unistd.h \ commctrl.rh \ ieverp.h \ $(CONDITIONAL_INCLUDES)
MSC_WARNING_LEVEL=/W3 /WX
EXPECTED_WINVER=4.0
USE_MSVCRT=1
SOURCES=\ assert.c \ at.c \ builtin.c \ crackle.c \ data.c \ define.c \ divert.c \ each.c \ eval.c \ gc.c \ hash.c \ io.c \ main.c \ mem.c \ obj.c \ predef.c \ stream.c \ string.c \ token.c \ xtoken.c \ m4.rc
PRECOMPILED_INCLUDE=m4.h
USE_MAPSYM = 1
|