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
464 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. !if !exist($(O))
  9. !if [mkdir $(O)]
  10. !endif
  11. !endif
  12. $(O)\ias.mdb: ..\templias.mdb .\iasdump.inf
  13. iasinfdb.exe $** $@
  14. $(O)\dnary.mdb: ..\templdnary.mdb .\dnarydump.inf
  15. iasinfdb.exe $** $@