Changeset 510 for trunk/src/comctl32/makefile
- Timestamp:
- Aug 16, 1999, 6:28:05 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/comctl32/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/makefile
r498 r510 1 # $Id: makefile,v 1.1 2 1999-08-14 17:10:51 achimhaExp $1 # $Id: makefile,v 1.13 1999-08-16 16:28:02 sandervl Exp $ 2 2 # 3 3 # PD-Win32 API … … 33 33 34 34 $(TARGET).dll: $(OBJS) $(TARGET).def rsrc.res 35 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj$(TARGET).def \35 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \ 36 36 $(PDWIN32_LIB)/kernel32.lib \ 37 37 $(PDWIN32_LIB)/gdi32.lib \ 38 38 $(PDWIN32_LIB)/user32.lib $(PDWIN32_LIB)/odincrt.lib \ 39 OS2386.LIB 39 OS2386.LIB cppom30O.lib 40 40 rc rsrc.res comctl32.dll 41 41 $(CP) $@ $(PDWIN32_BIN)
Note:
See TracChangeset
for help on using the changeset viewer.
