Changeset 1502 for trunk/src/ddraw/makefile
- Timestamp:
- Oct 29, 1999, 12:39:29 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/makefile
r1456 r1502 19 19 20 20 OBJS = ddraw.obj os2ddraw.obj os2clipper.obj os2d3d.obj iccio1.obj asmutil.obj\ 21 os2surface.obj os2palette.obj os2palset.obj misc.obj rectangle.obj initterm.obj 22 21 os2surface.obj os2palette.obj os2palset.obj rectangle.obj initterm.obj 23 22 24 LIBS = ..\..\lib\pmwinx.lib mmpm2.lib ..\..\lib\comctl32.lib $(PDWIN32_LIB)\advapi32.lib $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\gdi32.lib $(PDWIN32_LIB)\comctl32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 23 24 LIBS = ..\..\lib\pmwinx.lib mmpm2.lib ..\..\lib\comctl32.lib $(PDWIN32_LIB)\advapi32.lib $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\gdi32.lib $(PDWIN32_LIB)\comctl32.lib $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 25 25 26 26 all: $(TARGET).dll $(TARGET).lib … … 53 53 $(PDWIN32_INCLUDE)\win\ddraw.h \ 54 54 $(PDWIN32_INCLUDE)\win\d3d.h 55 56 misc.obj: misc.cpp initterm.h57 55 58 56 os2palette.obj: os2palette.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.