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.

7 lines
300 B

  1. # Copyright (c) 1993-1999 Microsoft Corporation
  2. #
  3. # Build wxndr20.lib from rpcndr20.lib. We need to remove all objects that
  4. # have functions that are thunked (ie, under EXPORT_RT in rpcrt4.src) and
  5. # not emulated.
  6. $(O)\wxndr20.lib: $(O)\rpcndr20.lib
  7. lib /remove:$(O)\rpcssm.obj /out:$@ $?