Changeset 2650 for trunk/src/ddraw/makefile
- Timestamp:
- Feb 5, 2000, 3:19:44 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/ddraw/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/makefile
r2638 r2650 1 # $Id: makefile,v 1.1 7 2000-02-04 19:31:26 hughExp $1 # $Id: makefile,v 1.18 2000-02-05 01:55:52 sandervl Exp $ 2 2 # 3 3 # ddraw.dll makefile … … 13 13 PDWIN32_LIB = ..\..\lib 14 14 PDWIN32_BIN = ..\..\bin 15 PDWIN32_TOOLS = ..\..\tools\bin 15 16 16 17 17 18 !include $(PDWIN32_INCLUDE)/pdwin32.mk 19 18 20 ASFLAGS = -Sc -Sv:ALP 19 21 … … 25 27 OBJS = ddraw.obj os2ddraw.obj os2clipper.obj os2d3d.obj iccio1.obj asmutil.obj\ 26 28 os2surface.obj os2palette.obj os2palset.obj rectangle.obj initterm.obj \ 27 os2util.obj bltFunc.obj fillfunc.obj colorconv.obj 29 os2util.obj bltFunc.obj fillfunc.obj colorconv.obj resource.obj 28 30 29 31 30 32 LIBS = $(PDWIN32_LIB)\pmwinx.lib $(PDWIN32_LIB)\advapi32.lib $(PDWIN32_LIB)\gdi32.lib \ 31 33 $(PDWIN32_LIB)\comctl32.lib $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\odincrt.lib \ 32 $(PDWIN32_LIB)\user32.lib $(PDWIN32_LIB)\ole32.libmmpm2.lib OS2386.LIB $(RTLLIB_O)34 $(PDWIN32_LIB)\user32.lib mmpm2.lib OS2386.LIB $(RTLLIB_O) 33 35 34 36 all: $(TARGET).dll $(TARGET).lib … … 89 91 $(PDWIN32_INCLUDE)\win\d3d.h 90 92 93 resource.asm: $(TARGET).rc 94 $(RC) $(RCFLAGS) -o resource.asm $(TARGET).rc 95 96 resource.obj: resource.asm 97 91 98 rectangle.obj: rectangle.cpp rectangle.h 92 99 93 initterm.obj: initterm.cpp initterm.h 100 initterm.obj: initterm.cpp initterm.h $(PDWIN32_INCLUDE)\exitlist.h 94 101 95 102 os2util.obj: os2util.cpp os2util.h
Note:
See TracChangeset
for help on using the changeset viewer.
