Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

40 lines
508 B

!ifndef ROOT
ROOT=$(MAKEDIR:\samples\rdcert=)
!endif
!ifndef DEVROOT
DEVROOT=$(ROOT)\dev
!endif
!include $(DEVROOT)\common.inc
MAJORCOMP=samples
MINORCOMP=rdcert
TARGETNAME=rdcert
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
UMTYPE=console
386_STDCALL=1
TARGETLIBS=\
..\..\cert\obj\*\rdmkcert.lib
#
# List of sources
#
SOURCES=\
rdcert.rc \
rdcert.cpp
#
# Precompiled specs
#
PRECOMPILED_INCLUDE = precomp.h
PRECOMPILED_PCH = precomp.pch
PRECOMPILED_OBJ = precomp.obj
PRECOMPILED_CXX = 1