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.

12 lines
357 B

  1. PRIVLIB= $(TARGETPATH)\$(TARGET_DIRECTORY)\wmip.lib
  2. $(TARGETPATH)\$(TARGET_DIRECTORY)\wmi.lib : $(PRIVLIB)
  3. $(PRIVLIB) $(PRIVLIB:.lib=.exp): $(O)\wmip.def $(LIBRARY_OBJS)
  4. -$(LIB_NAME) -out:$(PRIVLIB) @<<
  5. $(LIBRARIAN_FLAGS)
  6. -def:$(O)\wmip.def
  7. $(LIBRARY_OBJS)
  8. <<NOKEEP
  9. $(O)\wmip.def: wmi.def
  10. $(C_PREPROCESSOR) $** -DPRIVATE= -DWMIDEF > $@