Changeset 7422 for trunk/include
- Timestamp:
- Nov 22, 2001, 11:46:08 AM (24 years ago)
- Location:
- trunk/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/odin32.dbg.vac3.mk
r7120 r7422 1 # $Id: odin32.dbg.vac3.mk,v 1. 6 2001-10-19 01:36:22 birdExp $1 # $Id: odin32.dbg.vac3.mk,v 1.7 2001-11-22 10:46:05 phaller Exp $ 2 2 3 3 # … … 16 16 RTLLIB_NRE = cppon30.lib 17 17 DLLENTRY = $(ODIN32_LIB)\dllentry.obj 18 DEMANGLLIB = demangl.lib 18 19 ODINCRT = odincrtd 19 20 -
trunk/include/odin32.post.mk
r6909 r7422 1 # $Id: odin32.post.mk,v 1. 5 2001-10-01 01:24:38 birdExp $1 # $Id: odin32.post.mk,v 1.6 2001-11-22 10:46:07 phaller Exp $ 2 2 3 3 # … … 62 62 $(RTLLIB_O) \ 63 63 $(RTLLIB_NRE) \ 64 $(DEMANGLLIB) \ 64 65 : 65 66 -
trunk/include/odin32.profile.vac3.mk
r7415 r7422 1 # $Id: odin32.profile.vac3.mk,v 1. 5 2001-11-21 19:45:46phaller Exp $1 # $Id: odin32.profile.vac3.mk,v 1.6 2001-11-22 10:46:08 phaller Exp $ 2 2 3 3 # 4 4 # Odin32 API 5 5 # 6 # DEBUGmakefile for the VAC3 compiler environment.6 # PROFILE makefile for the VAC3 compiler environment. 7 7 # 8 8 … … 16 16 RTLLIB_NRE = cppon30.lib 17 17 DLLENTRY = $(ODIN32_LIB)\dllentry.obj 18 ODINCRT = odincrtd 18 DEMANGLLIB = demangl.lib 19 ODINCRT = odincrtp 19 20 20 21 -
trunk/include/odin32.rel.vac3.mk
r7120 r7422 1 # $Id: odin32.rel.vac3.mk,v 1. 6 2001-10-19 01:36:23 birdExp $1 # $Id: odin32.rel.vac3.mk,v 1.7 2001-11-22 10:46:08 phaller Exp $ 2 2 3 3 # … … 16 16 RTLLIB_NRE = cppon30.lib 17 17 DLLENTRY = $(ODIN32_LIB)\dllentry.obj 18 DEMANGLLIB = demangl.lib 18 19 ODINCRT = odincrt 19 20
Note:
See TracChangeset
for help on using the changeset viewer.