#------------------------------------------------------------- # # MINI-DRIVER Make file template # #------------------------------------------------------------- ROOT=..\..\..\..\..\.. SRCDIR=. C16ONLY=Y #------------------------------------------------------------- # The follwing entries should updated #------------------------------------------------------------- # #------------------------------------------------------------- # Enter the DRV file name (without extension) after DRVNAME = #------------------------------------------------------------- DRVNAME = YJLBP DRVDESC = Yangjae LaserJet printers #------------------------------------------------------------- # Enter the names of all of the resident font file names # (with extensions) after FONTS = #------------------------------------------------------------- FONTS = PFM/*.PFM PFM/*.PF2 #------------------------------------------------------------- # Enter the names of all of the version resource files # (with extensions) after RCV = #------------------------------------------------------------- RCV = YJLBP.RCV #------------------------------------------------------------- # These are the functions implemented in $(DRVNAME).c # used to replace the ones in minidriv.c #------------------------------------------------------------- NOFUNCS = #------------------------------------------------------------- # Extra exported functions #------------------------------------------------------------- EXP1 = OEMSendScalableFontCmd @305 EXP2 = OEMScaleWidth @306 #********************************************************************** # Do not edit below this line #********************************************************************** !include ..\minidriv.mk !include ..\default.mk