home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / ramfs102.zip / src / patch / makefile < prev    next >
Encoding:
Makefile  |  2002-10-20  |  384 b   |  18 lines

  1. # $Id: makefile,v 1.1.2.1 2002/10/21 00:11:40 root Exp $
  2. #
  3. # Kernel patch for using MMX instructions in FSD
  4.  
  5. all: patch.lib
  6.  
  7. patch.lib: kernfix.obj patchram.obj 32util.obj
  8.  -@del $@
  9.  lib /NOLOGO $@ $**,nul
  10.  
  11. # CHGNAM courtesy of osFree TPE team, donated anonymously
  12. .c.obj:
  13.  cl386 /c /Zlfeip /Asnw /I$(H) /G3 /Gs /NT_TEXT32 $<
  14.  chgnam data32.fix $@
  15.  
  16. .asm.obj:
  17.  alp $<
  18.