Windows NT 4.0 source code leak
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.

20 lines
432 B

4 years ago
  1. #----------------------------------------------------------------------------
  2. #
  3. # MAKEFILE for building the WATT Test Driver:
  4. #
  5. # - WINDOWS
  6. # - RELEASE
  7. #
  8. #
  9. #----------------------------------------------------------------------------
  10. SRC = ..
  11. INC = ..
  12. # put switches specific to this type of build in these definitions
  13. CLBUILD = -Os
  14. MASMBUILD =
  15. LINKBUILD =
  16. RCBUILD =
  17. IMPLIBBUILD =
  18. !INCLUDE ..\MAKEFILE