Source code of Windows XP (NT5)
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.

24 lines
605 B

  1. #
  2. # Copyright (c) 1997-1999 Microsoft Corporation
  3. #
  4. TAGET_DIRECTORY=*
  5. PRIVLIB=$(LSERVER_LIB_PATH)\$(ALT_PROJECT_TARGET)\$(O)\tlsapip.lib
  6. $(LSERVER_LIB_PATH)\$(ALT_PROJECT_TARGET)\$(TARGET_DIRECTORY)\tlsapi.lib : $(PRIVLIB)
  7. $(PRIVLIB) $(PRIVLIB:.lib=.exp): $(O)\tlsapip.def $(LIBRARY_OBJS)
  8. -lib -out:$(PRIVLIB) @<<
  9. $(LIBRARIAN_FLAGS)
  10. -def:$(O)\tlsapip.def
  11. $(LIBRARY_OBJS)
  12. <<NOKEEP
  13. $(O)\tlsapi.def: $(TLSAPI_ROOT)\tlsapi.def
  14. @echo Creating $@ from $**
  15. $(C_PREPROCESSOR) $** > $@
  16. C_DEFINES=$(C_DEFINES) -DPRIVATE=
  17. $(O)\tlsapip.def: $(O)\tlsapi.def
  18. $(C_PREPROCESSOR) $(O)\tlsapi.def > $@