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.

15 lines
370 B

4 years ago
  1. ## Define the dependencies
  2. #
  3. #zoomin: zoomin.exe
  4. #
  5. #zoomin.obj : zoomin.c zoomin.h
  6. # cl -c -D LINT_ARGS -G2sw -Os -W2 -Zdp zoomin.c
  7. #
  8. #zoomin.res : zoomin.rc
  9. # rc -r zoomin.rc
  10. #
  11. #zoomin.exe: zoomin.obj zoomin.def zoomin.res
  12. # link /NOD zoomin, /align:16, /map/li, slibcew libw, zoomin
  13. # rc zoomin.res
  14. # mapsym zoomin
  15. !INCLUDE $(NTMAKEENV)\makefile.def