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.

45 lines
863 B

  1. !IF 0
  2. Copyright (c) 1989-1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=uext
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=_DllMainCRTStartup
  10. PRECOMPILED_INCLUDE=precomp.h
  11. PRECOMPILED_CXX=1
  12. TARGETLIBS=$(SDK_LIB_PATH)\advapi32.lib \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\version.lib \
  15. $(SDK_LIB_PATH)\dbgeng.lib \
  16. $(DEBUGGER_LIBS)\*\dbglib.lib
  17. USE_MSVCRT=1
  18. UMTYPE=windows
  19. # ICF doesn't do any good for this image. Turn it off.
  20. LINKER_NOICF=1
  21. INCLUDES = ..\..\dbg-common
  22. # uniqstack.cpp needs STL and C++ exception handling.
  23. USE_STL = 1
  24. USER_C_FLAGS = $(USER_C_FLAGS) -EHsc
  25. SOURCES= handle.cpp \
  26. uext.cpp \
  27. vmem.cpp \
  28. evlog.cpp \
  29. uniqstack.cpp \
  30. messages.mc \
  31. uext.rc