35 lines
514 B
Plaintext
35 lines
514 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
GEM_ROOT=..
|
||
|
MAJORCOMP=GemSAFE
|
||
|
MINORCOMP=CCert32
|
||
|
|
||
|
TARGETNAME=$(MINORCOMP)
|
||
|
TARGETPATH=$(GEM_ROOT)\lib\$(_OBJ_DIR)
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
NO_BROWSER_FILE=1
|
||
|
|
||
|
INCLUDES=$(GEM_ROOT)\inc
|
||
|
|
||
|
SOURCES=\
|
||
|
compalg.c \
|
||
|
compcert.C \
|
||
|
gmem.c
|
||
|
|
||
|
C_DEFINES=$(C_DEFINES) -D_WINDOWS -D_ALGO_1 -D_ALGO_2 -DMS_BUILD
|
||
|
|
||
|
# Additional Compiler definitions
|
||
|
USE_MSVCRT=1
|
||
|
|