#--------------------------- Main path'es end variables --------------------- !ifndef BCDIR BCDIR=c:\progra~1\borland\cbuild~1\ # BCC directory !endif !ifndef BC5_COM BC5_COM=$(BCDIR) !endif !ifndef BC31 BC31=c:\bcc\ # Borland directory !endif ################################ # pdb/python/... !ifndef MSVCDIR MSVCDIR="c:\program files\microsoft visual studio\vc98" !endif ################################ !ifndef ULINK ULINK=$(IDA)\bin\ulink.exe !endif #LINK_ULINK = 1 _LNK_EXE_MAP=-m PEUTIL=peutil.exe ################################ RS =$(IDA)bin\ # host utilities directory ################################ RM=del # File Remover MKDIR=-@mkdir CP=copy MV=move #for speed in recursion next line is strongly recommended MAKE=$(MAKEDIR)\$(MAKE).exe ################################ COMPILE_EFD=1 ################################ DEBUG=1