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.

15 lines
325 B

  1. # Rules for compiling .cfgs from .xmls
  2. # could these be moved into common.inc?
  3. .SUFFIXES: .cfg .h .xml
  4. .xml{$(O)}.cfg:
  5. copy $** $(O)
  6. $(SPEECH_ROOT)\sapi\tools\bin\gc.exe -h $*.h $*.xml
  7. !if defined(MAKEDLL)
  8. # Self-register
  9. itngram.cpy: $(O)\itngram.dll
  10. regsvr32 /s $** > $@
  11. !else
  12. itngram.cpy:
  13. !endif