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.

20 lines
352 B

  1. !include ..\..\..\staxinc\build\paths.inc
  2. MAJORCOMP=staxcore
  3. MINORCOMP=simauth2
  4. USE_STL=1
  5. TARGETNAME=simauth2
  6. TARGETTYPE=LIBRARY
  7. TARGETPATH=$(STAXCORETARGET)
  8. INCLUDES=$(STAXINC); \
  9. $(IISBASEDIR)\inc; \
  10. $(IISBASEDIR)\inc\$(O);
  11. SOURCES=\
  12. simauth.cpp \
  13. encode.cpp
  14. !include $(STAXINC)\build\sources.inc