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.

22 lines
413 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1999 - 1999
  3. Module Name:
  4. makefile.inc.
  5. !ENDIF
  6. TARGETSRCS= $(ADMIN_INC_PATH)\SchemaManager.h \
  7. $(ADMIN_INC_PATH)\SchemaManager.idl
  8. clean:
  9. del /Q /F $(TARGETSRCS)
  10. $(ADMIN_INC_PATH)\SchemaManager.h: $(PASS0_HEADERDIR)\SchemaManager.h
  11. copy $** $@
  12. $(ADMIN_INC_PATH)\SchemaManager.idl: SchemaManager.idl
  13. copy $** $@