Leaked source code of windows server 2003
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
542 B

  1. TARGETPATH=$(SASS_LIB_TARGETPATH)
  2. TARGETNAME=sacommon
  3. TARGETTYPE=LIBRARY
  4. INCLUDES=.;\
  5. $(SASS_INC);\
  6. $(BASEDIR)\public\sdk\inc\atl21;\
  7. $(BASEDIR)\public\sdk\inc;\
  8. $(BASEDIR)\public\sdk\inc\crt;\
  9. ATL_VER=21
  10. USE_STL=1
  11. USE_RTTI=1
  12. USE_VCCOM=1
  13. USE_MSVCRT=1
  14. # enable unwind semantics. remove C4530: warnings
  15. USER_C_FLAGS=/EHsc
  16. C_DEFINES=$(C_DEFINES)
  17. SOURCES=\
  18. propertybagfactory.cpp\
  19. regpropertybag.cpp\
  20. wbemhlpr.cpp\
  21. workerthread.cpp\
  22. getvalue.cpp