Changeset 826 for trunk/tools/common
- Timestamp:
- Sep 5, 1999, 4:30:46 AM (26 years ago)
- 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:18bird Exp $1 # $Id: makefile,v 1.2 1999-09-05 02:30:45 bird Exp $ 2 2 3 3 # 4 # Tools common parts4 # PD-Win32 API 5 5 # 6 # Top of the src tree makefile 7 # 6 # Tools common parts 8 7 # 9 8 # Usage: nmake ( all | clean ) … … 11 10 # all: Build the entire src. 12 11 # 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. 14 16 # 15 17 # -
trunk/tools/common/makefile.gcc
r824 r826 1 # $Id: makefile.gcc,v 1. 1 1999-09-05 02:09:18bird Exp $1 # $Id: makefile.gcc,v 1.2 1999-09-05 02:30:46 bird Exp $ 2 2 3 # 4 # PD-Win32 API 3 5 # 4 6 # Tools common library, GCC version. 5 7 # 6 # Copyright 1999 knut st. osmundsen7 8 # 8 9 -
trunk/tools/common/makefile.icc
r824 r826 1 # $Id: makefile.icc,v 1. 1 1999-09-05 02:09:18bird Exp $1 # $Id: makefile.icc,v 1.2 1999-09-05 02:30:46 bird Exp $ 2 2 3 # 4 # PD-Win32 API 3 5 # 4 6 # Tools common library, ICC version. 5 7 # 6 # Copyright 1999 knut st. osmundsen7 8 # 8 9
Note:
See TracChangeset
for help on using the changeset viewer.