Changeset 1931 for trunk/src/gdi32/makefile
- Timestamp:
- Dec 2, 1999, 12:30:30 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/makefile
r1710 r1931 1 # $Id: makefile,v 1.1 1 1999-11-12 11:38:39 sandervl Exp $1 # $Id: makefile,v 1.12 1999-12-01 23:30:09 sandervl Exp $ 2 2 3 3 # … … 22 22 TARGET = gdi32 23 23 24 OBJS = gdi32.obj opengl.obj callback.obj dibsect.obj initterm.obj oslibgdi.obj font.obj 24 OBJS = gdi32.obj opengl.obj callback.obj dibsect.obj initterm.obj oslibgdi.obj font.obj text.obj palette.obj 25 25 26 26 … … 52 52 $(PDWIN32_INCLUDE)\misc.h \ 53 53 54 text.obj: text.cpp \ 55 $(PDWIN32_INCLUDE)\misc.h \ 56 57 palette.obj: palette.cpp \ 58 $(PDWIN32_INCLUDE)\misc.h \ 59 54 60 dibsect.obj: dibsect.cpp \ 55 61 dibsect.h \
Note:
See TracChangeset
for help on using the changeset viewer.
