Changeset 97 for trunk/src/gdi32
- Timestamp:
- Jun 10, 1999, 7:10:57 PM (26 years ago)
- 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * GDI32 DIB sections 3 *4 5 * Copyright 1998 Sander van Leeuwen (sandervl@xs4all.nl) 5 *6 6 * Project Odin Software License can be found in LICENSE.TXT 7 *8 7 */ 9 8 #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 1 3 ;Created by BLAST for IBM's compiler 2 4 LIBRARY 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 1 3 ;Created by BLAST for IBM's compiler 2 4 LIBRARY 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 1 3 /* 2 4 * DLL entry point -
trunk/src/gdi32/makefile
r46 r97 1 # $Id: makefile,v 1.3 1999-06-10 17:09:04 phaller Exp $ 2 1 3 # 2 # PD-Win32 API 4 # PD-Win32 API 3 5 # 4 6 # gdi32.dll makefile 5 # 7 # 6 8 7 9 PDWIN32_INCLUDE = ..\..\include … … 25 27 26 28 27 $(TARGET).dll: $(OBJS) $(TARGET).def 29 $(TARGET).dll: $(OBJS) $(TARGET).def 28 30 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 29 31 $(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 1 3 /* 2 4 * GDI32 OpenGl stubs
Note:
See TracChangeset
for help on using the changeset viewer.