home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VSCPPv8.zip / VACPP / IBMCPP / samples / VISBUILD / VBREMOTE / VBREMOTE.MAK < prev    next >
Makefile  |  1995-05-30  |  2KB  |  34 lines

  1. #*******************************************************************************
  2. # FILE NAME: VBRemote.mak                                                      *
  3. #                                                                              *
  4. # DESCRIPTION:                                                                 *
  5. #   Make file for class:                                                       *
  6. #     VBRemote- Remote control player                                          *
  7. # ---------------------------------------------------------------------------- *
  8. # Warning: This file was generated by the VisualAge C++ Visual Builder.        *
  9. # Modifications to this source file will be lost when the part is regenerated. *
  10. #******************************************************************************/
  11. PARTCPPFLAGS=-FtVBRemote -Gm+ -Tdp -Gd+ -I.
  12. APPCPPFLAGS=-FtVBRemote -Gm+ -Tdp -Gd+ -I.
  13.  
  14. all:   VBRemote
  15.  
  16. VBRemote:   VBRemote.exe
  17.  
  18. VBRemote.exe:   VBRemote.o VBRemote.obj VBRemote.res
  19.           icc $(PARTCPPFLAGS) /B"VBRemote.o /pmtype:pm" \
  20.              VBRemote.obj \
  21.              /FeVBRemote.exe /FmVBRemote.map \
  22.              cppoov3i.lib os2386.lib
  23.           rc VBRemote.res VBRemote.exe
  24.  
  25. VBRemote.obj:   VBRemote.cpp {$(INCLUDE)}VBRemote.hpp {$(INCLUDE)}VBRemote.h
  26.           ICC -c $(PARTCPPFLAGS)  VBRemote.cpp
  27.  
  28. VBRemote.o:   VBRemote.app VBRemote.hpp
  29.           ICC -c $(APPCPPFLAGS) -FoVBRemote.o VBRemote.app
  30.  
  31. VBRemote.res:   VBRemote.rc VBRemote.rci {$(INCLUDE)}VBRemote.h
  32.           rc -r VBRemote.rc
  33.  
  34.