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.

26 lines
688 B

  1. #---------------------------------------------------------------------
  2. #
  3. # This makefile is for use with the SMSBUILD utility. It builds the
  4. # psstools utility library
  5. #
  6. # created 5/19/97 by davwoh
  7. #
  8. #---------------------------------------------------------------------
  9. TARGET=utillib.lib
  10. STATIC=1
  11. CINC+= -I$(IDL) -I..\..\sdksampl\wbemsec -I$(IDL)\OBJ$(PLAT)$(OPST)$(BLDT)D
  12. CPPFILES=\
  13. utils.cpp \
  14. ..\..\sdksampl\wbemsec\wbemsec.cpp \
  15. tree:
  16. release makefile.nm SAMPLES\VC\UTILLIB
  17. release utillib.h SAMPLES\VC\UTILLIB
  18. release utillib.dsp SAMPLES\VC\UTILLIB
  19. release utils.cpp SAMPLES\VC\UTILLIB
  20. release Utillib.htm SAMPLES\VC\UTILLIB