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.

16 lines
272 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. makefile.inc.
  5. !ENDIF
  6. SOURCE_DIR=..\idl\rpc\$(O)
  7. $(NTTARGETFILE1): $(SOURCE_DIR)\$(@F) $(@F)0 $(@F)1
  8. type $(@F)0 > $@
  9. type $(SOURCE_DIR)\$(@F) >> $@
  10. type $(@F)1 >> $@