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.

44 lines
1.1 KiB

  1. #############################################################################
  2. #
  3. # Confidential Microsoft
  4. # Copyright (C) Microsoft Corporation 1998
  5. # All Rights Reserved.
  6. #
  7. # Sources for testnab.exe
  8. #
  9. ##########################################################################
  10. TARGETNAME=testnab
  11. TARGETTYPE=PROGRAM
  12. TARGETPATH=obj
  13. C_DEFINES=$(C_DEFINES) -DMSC=1 -D_X86_=1 -Gz
  14. USE_NATIVE_EH=1
  15. USE_MSVCRT=1
  16. UMTYPE=console
  17. TARGETLIBS= \
  18. ..\..\icodec\$O\icodec.lib \
  19. $(SDK_LIB_PATH)\setupapi.lib \
  20. $(SDK_LIB_PATH)\ksuser.lib \
  21. $(SDK_LIB_PATH)\kernel32.lib \
  22. $(SDK_LIB_PATH)\user32.lib \
  23. $(SDK_LIB_PATH)\gdi32.lib \
  24. $(SDK_LIB_PATH)\winspool.lib \
  25. $(SDK_LIB_PATH)\comdlg32.lib \
  26. $(SDK_LIB_PATH)\advapi32.lib \
  27. $(SDK_LIB_PATH)\shell32.lib \
  28. $(SDK_LIB_PATH)\ole32.lib \
  29. $(SDK_LIB_PATH)\oleaut32.lib \
  30. $(SDK_LIB_PATH)\uuid.lib \
  31. $(SDK_LIB_PATH)\odbc32.lib \
  32. $(SDK_LIB_PATH)\odbccp32.lib
  33. INCLUDES= \
  34. ..\..\inc
  35. SOURCES= \
  36. testnab.cpp