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

#
# makefile for the IAS dictionary file dnary.mdb and also ias.mdb
# that file is generated from empty databases
# templias.mdb, templdnary.mdb and localized inf files
# iasdump.inf, dnarydump.inf
# iasinfdb.exe (from mstools) populates the database
#
!if !exist($(O))
!if [mkdir $(O)]
!endif
!endif
$(O)\ias.mdb: ..\templias.mdb .\iasdump.inf
iasinfdb.exe $** $@
$(O)\dnary.mdb: ..\templdnary.mdb .\dnarydump.inf
iasinfdb.exe $** $@