home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP20 / IMALLOC.MAK < prev    next >
Encoding:
Text File  |  1996-01-01  |  246 b   |  10 lines

  1. #-----------------------
  2. # IMALLOC.MAK make file
  3. #-----------------------
  4.  
  5. imalloc.dll : imalloc.obj
  6.      $(LINKER) $(DLLFLAGS) -OUT:imalloc.dll imalloc.obj $(GUILIBS) uuid.lib
  7.  
  8. imalloc.obj : imalloc.cpp
  9.      $(CC) $(CFLAGS) imalloc.cpp
  10.