Changeset 826 for trunk/tools/common


Ignore:
Timestamp:
Sep 5, 1999, 4:30:46 AM (26 years ago)
Author:
bird
Message:

Corrected makefile remarks.

Location:
trunk/tools/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/common/makefile

    r824 r826  
    1 # $Id: makefile,v 1.1 1999-09-05 02:09:18 bird Exp $
     1# $Id: makefile,v 1.2 1999-09-05 02:30:45 bird Exp $
    22
    33#
    4 # Tools common parts
     4# PD-Win32 API
    55#
    6 #       Top of the src tree makefile
    7 #
     6#       Tools common parts
    87#
    98#       Usage: nmake ( all | clean )
     
    1110#            all: Build the entire src.
    1211#            clean: Back to a "virgin" state.
    13 #
     12#            needed: Builds the tools used during compilation of the src tree.
     13#            commonicc.lib: Build the IBM VA for C++ version of the library.
     14#            commongcc.a:   Build the gcc version of the library - aout
     15#            commongcc.lib: Build the gcc version of the library - OMF.
    1416#
    1517#
  • trunk/tools/common/makefile.gcc

    r824 r826  
    1 # $Id: makefile.gcc,v 1.1 1999-09-05 02:09:18 bird Exp $
     1# $Id: makefile.gcc,v 1.2 1999-09-05 02:30:46 bird Exp $
    22
     3#
     4# PD-Win32 API
    35#
    46# Tools common library, GCC version.
    57#
    6 # Copyright 1999 knut st. osmundsen
    78#
    89
  • trunk/tools/common/makefile.icc

    r824 r826  
    1 # $Id: makefile.icc,v 1.1 1999-09-05 02:09:18 bird Exp $
     1# $Id: makefile.icc,v 1.2 1999-09-05 02:30:46 bird Exp $
    22
     3#
     4# PD-Win32 API
    35#
    46# Tools common library, ICC version.
    57#
    6 # Copyright 1999 knut st. osmundsen
    78#
    89
Note: See TracChangeset for help on using the changeset viewer.