Ignore:
Timestamp:
Jun 1, 2000, 1:27:57 PM (25 years ago)
Author:
sandervl
Message:

Moved GetClipRgn & GetClipBox into user32 (dc.cpp)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/makefile

    r3076 r3641  
    1 # $Id: makefile,v 1.24 2000-03-10 16:13:45 sandervl Exp $
     1# $Id: makefile,v 1.25 2000-06-01 11:27:06 sandervl Exp $
    22
    33#
     
    6262# Dll rule - builds the target dll.
    6363$(OBJDIR)\$(TARGET).dll: $(OBJS) $(TARGET).def $(OBJDIR)\$(TARGET).lrf
    64     $(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf
     64    -4$(LD2) $(LD2FLAGS) @$(OBJDIR)\$(TARGET).lrf
    6565
    6666
Note: See TracChangeset for help on using the changeset viewer.