Source code of Windows XP (NT5)
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.

42 lines
859 B

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. #
  6. # source list file for the Scheduling Agent sage API tester st.exe
  7. #
  8. # 6/26/96 EricB - created
  9. #
  10. #-----------------------------------------------------------------------------
  11. MAJORCOMP=mgt
  12. MINORCOMP=schedule
  13. TARGETNAME=st
  14. TARGETTYPE=PROGRAM
  15. TARGETPATH=obj
  16. UMTYPE=console
  17. SOURCES=\
  18. st.cxx \
  19. ver.rc
  20. C_DEFINES= \
  21. $(C_DEFINES) \
  22. -DFLAT \
  23. -DWIN32=200 \
  24. -DINC_OLE2 \
  25. -DNOEXCEPTIONS \
  26. -D_CHICAGO_=200 \
  27. -DSTRICT
  28. USE_MSVCRT=1
  29. CHICAGO_PRODUCT=1
  30. TARGETLIBS=\
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\user32.lib \
  33. $(SDK_LIB_PATH)\gdi32.lib \
  34. $(TARGETLIBS)