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.

35 lines
468 B

  1. !include ..\..\win95upg.mk
  2. # component
  3. MINORCOMP=appdiff
  4. # target
  5. TARGETPATH=obj
  6. TARGETTYPE=PROGRAM
  7. # link libraries
  8. !include $(WIN95UPG_ROOT)\common\libs.mk
  9. !include $(WIN95UPG_ROOT)\tools\sdklibs.mk
  10. !ifdef UNICODE_TOOL
  11. C_DEFINES=-DUNICODE
  12. UMTYPE=console
  13. UMENTRY=wmain
  14. TARGETNAME=appdiffu
  15. !else
  16. C_DEFINES=
  17. UMTYPE=console
  18. UMENTRY=main
  19. TARGETNAME=appdiff
  20. !endif
  21. # x86-specifc sources
  22. I386_SOURCES=\
  23. appdiff.c \