Changeset 95 for trunk/src/version


Ignore:
Timestamp:
Jun 10, 1999, 6:29:00 PM (26 years ago)
Author:
phaller
Message:

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

Location:
trunk/src/version
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/version/VERSION.DEF

    r78 r95  
     1; $Id: VERSION.DEF,v 1.3 1999-06-10 16:29:00 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY VERSION INITINSTANCE
  • trunk/src/version/initterm.cpp

    r51 r95  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 16:29:00 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/version/makefile

    r46 r95  
     1# $Id: makefile,v 1.3 1999-06-10 16:29:00 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       version.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/version/version.cpp

    r78 r95  
     1/* $Id: version.cpp,v 1.3 1999-06-10 16:29:00 phaller Exp $ */
     2
    13/*
    24 * Win32 Version resource APIs for OS/2
  • trunk/src/version/version.h

    r79 r95  
     1/* $Id: version.h,v 1.2 1999-06-10 16:29:00 phaller Exp $ */
     2
    13/* Definitions for the VERsion infolibrary (VER.DLL)
    2  * 
     4 *
    35 * Copyright 1996 Marcus Meissner
    46 */
Note: See TracChangeset for help on using the changeset viewer.