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.
27 lines
456 B
27 lines
456 B
MINORCOMP=rsoputil
|
|
|
|
TARGETNAME=rsoputil
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETPATH=obj
|
|
|
|
C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE -D_UNICODE
|
|
|
|
INCLUDES=.;\
|
|
$(BASE_INC_PATH);
|
|
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES= create.cpp \
|
|
gpfilter.cpp \
|
|
Indicate.cpp \
|
|
NameSpc.cpp \
|
|
RsopDbg.cpp \
|
|
RsopSec.cpp \
|
|
RsopUtil.cpp \
|
|
rights.cpp \
|
|
WbemTime.cpp
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
SYNCHRONIZE_DRAIN=1
|
|
|