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.

8 lines
157 B

  1. $(O)\mpr.lib : $(O)\mprp.lib
  2. $(O)\mprp.lib: mprp.def $(LIBRARY_OBJS)
  3. -lib -out:$@ @<<
  4. $(LIBRARIAN_FLAGS)
  5. -def:mprp.def
  6. $(LIBRARY_OBJS)
  7. <<NOKEEP