Changeset 97 for trunk/src/gdi32


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/gdi32
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/CALLBACK.CPP

    r46 r97  
     1/* $Id: CALLBACK.CPP,v 1.3 1999-06-10 17:09:02 phaller Exp $ */
     2
    13/*
    24 * GDI32 support code for Line DDA callbacks
  • trunk/src/gdi32/CALLBACK.H

    r46 r97  
     1/* $Id: CALLBACK.H,v 1.3 1999-06-10 17:09:03 phaller Exp $ */
     2
    13/*
    24 * GDI32 support code for Line DDA callbacks
  • trunk/src/gdi32/dibsect.cpp

    r46 r97  
     1/* $Id: dibsect.cpp,v 1.3 1999-06-10 17:09:03 phaller Exp $ */
     2
    13/*
    24 * GDI32 DIB sections
  • trunk/src/gdi32/dibsect.h

    r46 r97  
     1/* $Id: dibsect.h,v 1.3 1999-06-10 17:09:03 phaller Exp $ */
     2
    13/*
    24 * GDI32 DIB sections
    3  *
    45 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl)
    5  *
    66 * Project Odin Software License can be found in LICENSE.TXT
    7  *
    87 */
    98#ifndef __DIBSECT_H__
  • trunk/src/gdi32/gdi32.DEF

    r4 r97  
     1; $Id: gdi32.DEF,v 1.2 1999-06-10 17:09:03 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY GDI32 INITINSTANCE
  • trunk/src/gdi32/gdi32exp.def

    r4 r97  
     1; $Id: gdi32exp.def,v 1.2 1999-06-10 17:09:03 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY GDI32 INITINSTANCE
  • trunk/src/gdi32/initterm.cpp

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

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:09:04 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       gdi32.dll makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    2527
    2628
    27 $(TARGET).dll: $(OBJS) $(TARGET).def 
     29$(TARGET).dll: $(OBJS) $(TARGET).def
    2830        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    2931              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib
  • trunk/src/gdi32/opengl.cpp

    r46 r97  
     1/* $Id: opengl.cpp,v 1.3 1999-06-10 17:09:04 phaller Exp $ */
     2
    13/*
    24 * GDI32 OpenGl stubs
Note: See TracChangeset for help on using the changeset viewer.