home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / AMOVIE / SDK / _SETUP / COMMON.Z / makefile.inc < prev    next >
Encoding:
Makefile  |  1996-01-26  |  1.1 KB  |  27 lines

  1. # ==========================================================================;
  2. #
  3. #  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4. #  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5. #  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6. #  PURPOSE.
  7. #
  8. #  Copyright (c) 1992 - 1996  Microsoft Corporation.  All Rights Reserved.
  9. #
  10. #--------------------------------------------------------------------------;
  11.  
  12.  
  13. # NOTE:
  14. # this directory contains a makefile which contains a single line that
  15. # includes the global build process makefile.def. If the
  16. # NTTARGETFILE1 or NTTARGETFILE0 environment
  17. # variable is set then makefile.def includes makefile.inc from the current
  18. # directory. This makefile.inc creates an extra target for nmake to create
  19. # when it is run. NTTARGETFILE0 is built before everything else, and
  20. # NTTARGETFILE1 is built after everything else.
  21.  
  22. copyfiles:
  23.   @if exist obj\$(TARGET_DIRECTORY)\$(TARGETNAME).dll  \
  24.     copy obj\$(TARGET_DIRECTORY)\$(TARGETNAME).dll     \
  25.          $(SDK_ROOT)\bin\*.*
  26.  
  27.