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.

18 lines
406 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. $(O)\_common.ver: verconv.pl $(SDK_INC_PATH)\common.ver
  8. perl -n $** > $@
  9. !if defined(MAKEDLL)
  10. # Self-register
  11. itngram.cpy: $(O)\itngram.dll
  12. regsvr32 /s $** > $@
  13. !else
  14. itngram.cpy:
  15. !endif