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
545 B
31 lines
545 B
MAJORCOMP=windows.com
|
|
MINORCOMP=lib.wusafefn
|
|
|
|
TARGETNAME=wusafefn
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
UMTYPE=windows
|
|
|
|
PRECOMPILED_INCLUDE=..\StdAfx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
CHICAGO_PRODUCT=1
|
|
|
|
!IF "$(NTDEBUG)" != "ntsdnodbg"
|
|
DEBUG_CRTS=1
|
|
C_DEFINES = $(C_DEFINES) -D_DEBUG
|
|
MSC_OPTIMIZATION=/Od
|
|
!ENDIF
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
..; \
|
|
..\..\..\inc; \
|
|
|
|
SOURCES= \
|
|
..\safecs.cpp \
|
|
..\safefile.cpp \
|
|
..\safelib.cpp \
|
|
..\safepath.cpp \
|
|
..\safereg.cpp \
|
|
|