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.

18 lines
476 B

  1. #
  2. # makefile for the IAS dictionary file dnary.mdb and also ias.mdb
  3. # that file is generated from empty databases
  4. # templias.mdb, templdnary.mdb and localized inf files
  5. # iasdump.inf, dnarydump.inf
  6. # iasinfdb.exe (from mstools) populates the database
  7. #
  8. $(O)\ias.mdb: ..\templias.mdb .\iasdump.inf
  9. -mkdir .\$(O)
  10. -iasinfdb.exe $** $@
  11. !if "$(ALT_PROJECT_TARGET)"==""
  12. $(O)\dnary.mdb: ..\templdnary.mdb .\dnarydump.inf
  13. -mkdir .\$(O)
  14. -iasinfdb.exe $** $@
  15. !endif