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.
 
 
 
 
 
 

34 lines
481 B

# @@ COPY_RIGHT_HERE
# @@ ROADMAP :: The Makefile for the Shell Utilities
UI=..\..
!include rules.mk
!ifdef NTMAKEENV
!include $(NTMAKEENV)\makefile.def
!else # NTMAKEENV
all:: win
win: $(WIN_OBJS)
clean:
-del $(CXX_INTERMED)
-del $(WIN_OBJS)
-del *.ixx
-del depend.old
clobber: clean
DEPEND_WIN = TRUE
!include $(UI)\common\src\uidepend.mk
# DO NOT DELETE THE FOLLOWING LINE
!include depend.mk
!endif # NTMAKEENV