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.

15 lines
336 B

  1. TARGETNAME=mct
  2. #TARGETPATH=$(BASEDIR)\public\sdk\lib
  3. TARGETPATH=obj
  4. TARGETTYPE=PROGRAM
  5. INCLUDES=$(BASEDIR)\private\ntos\inc;\
  6. $(BASEDIR)\public\ddk\inc; \
  7. $(BASEDIR)\private\ntos\dd\storage\mcd\inc;\
  8. $(BASEDIR)\private\ntos\dd\storage\inc
  9. SOURCES=mct.c\
  10. mct.rc
  11. UMTYPE=console