41 lines
508 B
Plaintext
41 lines
508 B
Plaintext
|
!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
|