Source code of Windows XP (NT5)
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
429 B

  1. MINORCOMP=rsoputil
  2. TARGETNAME=rsoputil
  3. TARGETTYPE=LIBRARY
  4. TARGETPATH=obj
  5. C_DEFINES=-DWIN32 -D_WIN32 -DUNICODE -D_UNICODE
  6. INCLUDES=.;\
  7. $(BASE_INC_PATH);
  8. USE_MSVCRT=1
  9. SOURCES= create.cpp \
  10. gpfilter.cpp \
  11. Indicate.cpp \
  12. NameSpc.cpp \
  13. RsopDbg.cpp \
  14. RsopSec.cpp \
  15. RsopUtil.cpp \
  16. rights.cpp \
  17. WbemTime.cpp
  18. SYNCHRONIZE_BLOCK=1
  19. SYNCHRONIZE_DRAIN=1