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.
 
 
 
 
 
 

28 lines
427 B

MAJORCOMP=sdk
MINORCOMP=rc
TARGETNAME=rc
TARGETPATH=obj
TARGETTYPE=PROGRAM
INCLUDES=.\;..\rcdll
SOURCES=rc.c \
output.cpp \
rc.rc
USECXX_FLAG=/TP
UMTYPE=console
UMENTRY=wmain
SUBSYSTEM_VERSION=5.0
TARGETLIBS=..\rcdll\$(O)\rcdll.lib
# Gotta use libcmt because the Win2k msvcrt.dll doesn't support the counted variants
# CRT routines.
!if $(386)
USE_LIBCMT=1
!else
USE_MSVCRT=1
!endif