Changeset 97 for trunk/src/pe2lx
- Timestamp:
- Jun 10, 1999, 7:10:57 PM (26 years ago)
- 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * PE2LX cursor conversion code … … 20 22 // WORD padding; // filler for DWORD alignment 21 23 } CursorHeader; 22 24 23 25 typedef struct { 24 26 WORD wWidth; … … 54 56 55 57 protected: 56 58 57 59 private: 58 60 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * PE2LX dialog conversion code … … 91 93 //which have the same form as documented in the SDK for DLGITEMTEMPLATE. 92 94 93 //SvL: Yeah, right! 95 //SvL: Yeah, right! 94 96 typedef struct { 95 97 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 1 3 /* 2 4 * 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 $ 2 4 * 3 5 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * PE2LX icon groups -
trunk/src/pe2lx/makefile
r46 r97 1 # $Id: makefile,v 1.3 1999-06-10 17:08:54 phaller Exp $ 2 1 3 # 2 # PD-Win32 API 4 # PD-Win32 API 3 5 # 4 6 # pe2lx.exe makefile 5 # 7 # 6 8 7 9 PDWIN32_INCLUDE = ..\..\include … … 34 36 35 37 accelerator.obj: accelerator.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \ 36 accelerator.h icon.h misc.h 38 accelerator.h icon.h misc.h 37 39 bitmap.obj: bitmap.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h \ 38 40 bitmap.h icon.h misc.h … … 46 48 icongrp.obj: icongrp.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h icon.h \ 47 49 icongrp.h misc.h 48 lx.obj: lx.cpp lx.h 50 lx.obj: lx.cpp lx.h 49 51 menu.obj: menu.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h menu.h 50 52 misc.obj: misc.cpp $(PDWIN32_INCLUDE)\pefile.h lx.h ..\..\include\versionos2.h … … 54 56 icongrp.h menu.h misc.h rcdata.h \ 55 57 strings.h 56 pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h 58 pefile.obj: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h misc.h 57 59 rcdata.obj: rcdata.cpp lx.h rcdata.h 58 60 strings.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 1 3 #=================================================================== 2 4 # … … 8 10 PDWIN32_BIN = ..\..\bin 9 11 INC = $(%WATCOM)\h;f:\toolkit\h;.;..\..\include;..\..\include\win 10 DEF = 12 DEF = 11 13 !ifndef %RELEASE 12 14 #DBGFLG = -dDEBUG=1 13 DBGFLG = 15 DBGFLG = 14 16 !endif 15 17 … … 60 62 FILE5 = accelerator.obj 61 63 FILE6 = cursor.obj cursorgrp.obj 62 FILE7 = 63 FILE8 = 64 FILE9 = 64 FILE7 = 65 FILE8 = 66 FILE9 = 65 67 FILES = $(FILE0) $(FILE1) $(FILE2) $(FILE3) $(FILE4) $(FILE5) $(FILE6) $(FILE7) $(FILE8) $(FILE9) 66 68 TARGET = PE2LX -
trunk/src/pe2lx/menu.cpp
r46 r97 1 /* $Id: menu.cpp,v 1.3 1999-06-10 17:08:54 phaller Exp $ */ 2 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * PE2LX Strings
Note:
See TracChangeset
for help on using the changeset viewer.