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.
 
 
 
 
 
 

52 lines
931 B

!IF 0
Copyright (c) 1989-1991 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
MAJORCOMP=mvdm
MINORCOMP=xms
TARGETNAME=xms486
TARGETPATH=obj
TARGETTYPE=LIBRARY
SOFTPC_TREE=$(PROJECT_ROOT)\mvdm\softpc.new
INCLUDES=\
..;\
..\..\inc;\
$(SOFTPC_TREE)\base\inc
!IF $(ALPHA) || $(MIPS)
GPSIZE=0
!ELSE
GPSIZE=32
!ENDIF
SOURCES=..\xms.c \
..\xmsa20.c \
..\xmsblock.c \
..\xmsdisp.c \
..\xmsmisc.c \
..\xmsumb.c
i386_SOURCES=..\i386\xmsmem86.c
MIPS_SOURCES=..\xmsmemr.c
ALPHA_SOURCES=..\xmsmemr.c
PPC_SOURCES=..\xmsmemr.c
C_DEFINES=-DWIN_32
UMTYPE=console