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.
35 lines
616 B
35 lines
616 B
!IF 0
|
|
|
|
Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
|
|
|
|
File: source
|
|
|
|
Owner: DavidHen
|
|
|
|
Description:
|
|
|
|
wulib.lib sources
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP =WU
|
|
MINORCOMP =wulib
|
|
TARGETNAME=wulib
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
INCLUDES =.; ..\inc
|
|
USE_STATIC_ATL=1
|
|
#we'll define these in the ANSI and UNICODE dirs
|
|
#C_DEFINES=/D_UNICODE /DUNICODE
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES = \
|
|
newtrust.cpp \
|
|
string.cpp \
|
|
wuvar.cpp \
|
|
usecrc.cpp \
|
|
wufix.cpp \
|
|
util.cpp \
|
|
wutestkeys.cpp \
|
|
timeutil.cpp
|
|
|