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.

31 lines
545 B

  1. MAJORCOMP=windows.com
  2. MINORCOMP=lib.wusafefn
  3. TARGETNAME=wusafefn
  4. TARGETPATH=$(_OBJ_DIR)
  5. TARGETTYPE=LIBRARY
  6. UMTYPE=windows
  7. PRECOMPILED_INCLUDE=..\StdAfx.h
  8. PRECOMPILED_CXX=1
  9. CHICAGO_PRODUCT=1
  10. !IF "$(NTDEBUG)" != "ntsdnodbg"
  11. DEBUG_CRTS=1
  12. C_DEFINES = $(C_DEFINES) -D_DEBUG
  13. MSC_OPTIMIZATION=/Od
  14. !ENDIF
  15. INCLUDES= \
  16. $(INCLUDES); \
  17. ..; \
  18. ..\..\..\inc; \
  19. SOURCES= \
  20. ..\safecs.cpp \
  21. ..\safefile.cpp \
  22. ..\safelib.cpp \
  23. ..\safepath.cpp \
  24. ..\safereg.cpp \