Changeset 97 for trunk/src/mpr
- Timestamp:
- Jun 10, 1999, 7:10:57 PM (26 years ago)
- Location:
- trunk/src/mpr
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mpr/MPR.CPP
r46 r97 1 /* $Id: MPR.CPP,v 1.3 1999-06-10 17:06:06 phaller Exp $ */ 2 1 3 /* 2 4 * -
trunk/src/mpr/MPR.DEF
r4 r97 1 ; $Id: MPR.DEF,v 1.2 1999-06-10 17:06:06 phaller Exp $ 2 1 3 ;Created by BLAST for IBMs compiler 2 4 ;Basis is 5.05.97 12.00 59152 MPR.DLL (NT4SP3) -
trunk/src/mpr/initterm.cpp
r51 r97 1 /* $Id: initterm.cpp,v 1.2 1999-06-10 17:06:06 phaller Exp $ */ 2 1 3 /* 2 4 * DLL entry point -
trunk/src/mpr/makefile
r46 r97 1 # $Id: makefile,v 1.3 1999-06-10 17:06:06 phaller Exp $ 2 1 3 # 2 # PD-Win32 API 4 # PD-Win32 API 3 5 # 4 6 # mpr.dll makefile 5 # 7 # 6 8 7 9 PDWIN32_INCLUDE = ..\..\include … … 24 26 25 27 26 $(TARGET).dll: $(OBJS) $(TARGET).def 28 $(TARGET).dll: $(OBJS) $(TARGET).def 27 29 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 28 30 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ -
trunk/src/mpr/mpr.h
r46 r97 1 /* $Id: mpr.h,v 1.3 1999-06-10 17:06:06 phaller Exp $ */ 2 1 3 /* 2 4 *
Note:
See TracChangeset
for help on using the changeset viewer.
