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.

26 lines
357 B

  1. !include ..\..\win95upg.mk
  2. # component
  3. MINORCOMP=regrep
  4. # target
  5. TARGETNAME=regrep
  6. TARGETPATH=obj
  7. TARGETTYPE=PROGRAM
  8. # x86-specific sources
  9. I386_SOURCES=\
  10. regrep.c \
  11. # link libraries
  12. !include $(WIN95UPG_ROOT)\common\libs.mk
  13. !include $(WIN95UPG_ROOT)\tools\sdklibs.mk
  14. # app settings
  15. UMTYPE=console
  16. UMENTRY=main