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.

61 lines
1.9 KiB

  1. !IF 0
  2. *****************************************************************************
  3. Copyright (c) 1989, 1990 Microsoft Corporation
  4. Module Name: SOURCES for QuickApp
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author: various
  11. Revision History: 11/20/89 - kengr - Add testsmem shared memory test.
  12. 01/15/90 - kengr - Make includes and libs relative.
  13. 02/08/90 - kengr - Add testlog to include path.
  14. 04/11/90 - kengr - Add tldebug to includes and libs.
  15. 04/18/90 - danl - modify for BUILD procedure.
  16. *****************************************************************************
  17. !ENDIF
  18. #------------------------------------------------
  19. # INFO FOR CREATING LIBRARY
  20. #------------------------------------------------
  21. TARGETNAME=sim32
  22. TARGETPATH=obj
  23. TARGETTYPE=LIBRARY
  24. #------------------------------------------------
  25. # INCLUDE PATH
  26. #------------------------------------------------
  27. INCLUDES=.\;
  28. #------------------------------------------------
  29. # SOURCE FILES (used to make library)
  30. # (Currently there are no files listed.)
  31. #------------------------------------------------
  32. SOURCES=
  33. #------------------------------------------------
  34. # FLAGS
  35. #------------------------------------------------
  36. WARNING_LEVEL=-W1
  37. UMLIBS=
  38. #------------------------------------------------
  39. # EXECUTABLES
  40. #------------------------------------------------
  41. UMTEST=sim32
  42. #------------------------------------------------
  43. # LIBRARIES created by the SOURCES= line (above)
  44. # (currently commented out - not used)
  45. #------------------------------------------------