Changeset 97 for trunk/src/pe2lx


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/pe2lx
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/pe2lx/LX.CPP

    r46 r97  
     1/* $Id: LX.CPP,v 1.3 1999-06-10 17:08:51 phaller Exp $ */
     2
    13/*
    24 * PE2LX LX code
  • trunk/src/pe2lx/LX.H

    r46 r97  
     1/* $Id: LX.H,v 1.3 1999-06-10 17:08:51 phaller Exp $ */
     2
    13/*
    24 * PE2LX LX
  • trunk/src/pe2lx/accelerator.cpp

    r46 r97  
     1/* $Id: accelerator.cpp,v 1.3 1999-06-10 17:08:51 phaller Exp $ */
     2
    13/*
    24 * PE2LX accelerator resource support code
  • trunk/src/pe2lx/accelerator.h

    r46 r97  
     1/* $Id: accelerator.h,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX accelerator resource support code
  • trunk/src/pe2lx/bitmap.cpp

    r46 r97  
     1/* $Id: bitmap.cpp,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX bitmap conversion code
  • trunk/src/pe2lx/bitmap.h

    r46 r97  
     1/* $Id: bitmap.h,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX bitmaps
  • trunk/src/pe2lx/cursor.cpp

    r46 r97  
     1/* $Id: cursor.cpp,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX cursor conversion code
  • trunk/src/pe2lx/cursor.h

    r46 r97  
     1/* $Id: cursor.h,v 1.3 1999-06-10 17:08:52 phaller Exp $ */
     2
    13/*
    24 * PE2LX cursor conversion code
     
    2022//  WORD   padding;            // filler for DWORD alignment
    2123} CursorHeader;
    22    
     24
    2325typedef struct {
    2426  WORD   wWidth;
     
    5456
    5557protected:
    56          
     58       
    5759private:
    5860              int             id, cursorsize, prevoffset;
  • trunk/src/pe2lx/cursorgrp.cpp

    r46 r97  
     1/* $Id: cursorgrp.cpp,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX cursor group code
  • trunk/src/pe2lx/cursorgrp.h

    r46 r97  
     1/* $Id: cursorgrp.h,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX cursor group
  • trunk/src/pe2lx/dialog.cpp

    r46 r97  
     1/* $Id: dialog.cpp,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX dialog conversion code
  • trunk/src/pe2lx/dialog.h

    r46 r97  
     1/* $Id: dialog.h,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX dialog conversion code
     
    9193//which have the same form as documented in the SDK for DLGITEMTEMPLATE.
    9294
    93 //SvL: Yeah, right! 
     95//SvL: Yeah, right!
    9496typedef struct {
    9597  WORD   wPointSize;          // Only here if FONT set for dialog
  • trunk/src/pe2lx/icon.cpp

    r46 r97  
     1/* $Id: icon.cpp,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
    13/*
    24 * PE2LX icons
  • trunk/src/pe2lx/icon.h

    r46 r97  
    1 /* $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/pe2lx/icon.h,v 1.2 1999-06-07 20:58:12 sandervl Exp $
     1/* $Id: icon.h,v 1.3 1999-06-10 17:08:53 phaller Exp $ */
     2
     3/* $Header: /home/ktk/tmp/odin/2007/netlabs.cvs/odin32/src/pe2lx/icon.h,v 1.3 1999-06-10 17:08:53 phaller Exp $
    24 *
    35 * Declarations, protypes and defintions for conversion of icons.
  • trunk/src/pe2lx/icongrp.cpp

    r46 r97  
     1/* $Id: icongrp.cpp,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX Icon group code
  • trunk/src/pe2lx/icongrp.h

    r46 r97  
     1/* $Id: icongrp.h,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX icon groups
  • trunk/src/pe2lx/makefile

    r46 r97  
     1# $Id: makefile,v 1.3 1999-06-10 17:08:54 phaller Exp $
     2
    13#
    2 # PD-Win32 API 
     4# PD-Win32 API
    35#
    46#       pe2lx.exe makefile
    5 # 
     7#
    68
    79PDWIN32_INCLUDE = ..\..\include
     
    3436
    3537accelerator.obj: accelerator.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \
    36                  accelerator.h  icon.h misc.h 
     38                 accelerator.h  icon.h misc.h
    3739bitmap.obj: bitmap.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \
    3840            bitmap.h icon.h misc.h
     
    4648icongrp.obj: icongrp.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h icon.h \
    4749             icongrp.h misc.h
    48 lx.obj: lx.cpp lx.h 
     50lx.obj: lx.cpp lx.h
    4951menu.obj: menu.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h menu.h
    5052misc.obj: misc.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h ..\..\include\versionos2.h
     
    5456        icongrp.h menu.h misc.h rcdata.h \
    5557        strings.h
    56 pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h 
     58pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h
    5759rcdata.obj: rcdata.cpp lx.h rcdata.h
    5860strings.obj: strings.cpp lx.h misc.h strings.h
  • trunk/src/pe2lx/makefile.wat

    r4 r97  
     1# $Id: makefile.wat,v 1.2 1999-06-10 17:08:54 phaller Exp $
     2
    13#===================================================================
    24#
     
    810PDWIN32_BIN = ..\..\bin
    911INC     = $(%WATCOM)\h;f:\toolkit\h;.;..\..\include;..\..\include\win
    10 DEF     = 
     12DEF     =
    1113!ifndef %RELEASE
    1214#DBGFLG   = -dDEBUG=1
    13 DBGFLG = 
     15DBGFLG =
    1416!endif
    1517
     
    6062FILE5   = accelerator.obj
    6163FILE6   = cursor.obj cursorgrp.obj
    62 FILE7   = 
    63 FILE8   = 
    64 FILE9   = 
     64FILE7   =
     65FILE8   =
     66FILE9   =
    6567FILES   = $(FILE0) $(FILE1) $(FILE2) $(FILE3) $(FILE4) $(FILE5) $(FILE6) $(FILE7) $(FILE8) $(FILE9)
    6668TARGET  = PE2LX
  • trunk/src/pe2lx/menu.cpp

    r46 r97  
     1/* $Id: menu.cpp,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX menu conversion code
  • trunk/src/pe2lx/menu.h

    r46 r97  
     1/* $Id: menu.h,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX menus
  • trunk/src/pe2lx/misc.cpp

    r46 r97  
     1/* $Id: misc.cpp,v 1.3 1999-06-10 17:08:54 phaller Exp $ */
     2
    13/*
    24 * PE2LX ascii to unicode conversion
  • trunk/src/pe2lx/misc.h

    r46 r97  
     1/* $Id: misc.h,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX ascii to unicode
  • trunk/src/pe2lx/pe.cpp

    r46 r97  
     1/* $Id: pe.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX PE image interpreter
  • trunk/src/pe2lx/pefile.cpp

    r46 r97  
     1/* $Id: pefile.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX PE utility functions
  • trunk/src/pe2lx/rcdata.cpp

    r46 r97  
     1/* $Id: rcdata.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX RCDATA resources
  • trunk/src/pe2lx/rcdata.h

    r46 r97  
     1/* $Id: rcdata.h,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX RCDATA resources
  • trunk/src/pe2lx/strings.cpp

    r46 r97  
     1/* $Id: strings.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     2
    13/*
    24 * PE2LX String conversion
  • trunk/src/pe2lx/strings.h

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