home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP17 / DDEPOP2.MAK < prev    next >
Encoding:
Text File  |  1996-01-01  |  338 b   |  13 lines

  1. #-----------------------
  2. # DDEPOP2.MAK make file
  3. #-----------------------
  4.  
  5. ddepop2.exe : ddepop2.obj ddepop2.res
  6.      $(LINKER) $(GUIFLAGS) -OUT:ddepop2.exe ddepop2.obj ddepop2.res $(GUILIBS)
  7.  
  8. ddepop2.obj : ddepop2.c ddepop.h
  9.      $(CC) $(CFLAGS) ddepop2.c
  10.  
  11. ddepop2.res : ddepop2.rc ddepop.ico
  12.      $(RC) $(RCVARS) ddepop2.rc
  13.