Changeset 97 for trunk/src/ole32


Ignore:
Timestamp:
Jun 10, 1999, 7:10:57 PM (26 years ago)
Author:
phaller
Message:

Add: added cvs variable $Id$ to source files.

Location:
trunk/src/ole32
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/initterm.cpp

    r51 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:05:54 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/ole32/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:05:54 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       ole32.dll makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2426
    2527
    26 $(TARGET).dll: $(OBJS) $(TARGET).def 
     28$(TARGET).dll: $(OBJS) $(TARGET).def
    2729        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    2830              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib
  • trunk/src/ole32/ole32.cpp

    r55 r97  
     1/* $Id: ole32.cpp,v 1.4 1999-06-10 17:05:54 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/ole32/ole32.def

    r46 r97  
     1; $Id: ole32.def,v 1.3 1999-06-10 17:05:55 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY OLE32 INITINSTANCE
  • trunk/src/ole32/ole32.h

    r46 r97  
     1/* $Id: ole32.h,v 1.3 1999-06-10 17:05:55 phaller Exp $ */
     2
    13/*
    24 *
Note: See TracChangeset for help on using the changeset viewer.