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.
 
 
 
 
 
 

31 lines
475 B

#
# sources file for makevdm
#
# 20-Feb-1992 Jonle , created
#
MAJORCOMP=windows
MINORCOMP=Wx86
TARGETNAME=ppm2pps
TARGETPATH=..
TARGETTYPE=PROGRAM
TARGETLIBS= ..\*\genlib.lib \
$(SDK_LIB_PATH)\ntdll.lib
DLLBASE=
DLLENTRY=
SOURCES=ppm2pps.c \
ppm2pps.rc
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
USE_MSVCRT=1
INCLUDES= .;..
UMTYPE=console
UMAPPL=
UMENTRY=main