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.
 
 
 
 
 
 

27 lines
406 B

!IF 0
This project contains files that are not built by the NT Build Lab.
This file is a template for all sources files within this project.
!ENDIF
TARGETNAME=
TARGETTYPE=NOTARGET
TARGETPATH=
SOURCES=
!if $(FREEBUILD)
BDIR = retail
!else
BDIR = debug
!endif
#no 64 bit version yet
!if ($(386) || $(ALPHA))
MISCFILES = \
$(TARGET_DIRECTORY)\$(BDIR)\edb500.dll
!endif