Changeset 4569 for trunk/src


Ignore:
Timestamp:
Nov 9, 2000, 3:44:27 AM (25 years ago)
Author:
bird
Message:

Moved the operation copying the library to the public library directory
into an separate rule, making sure that both versions exists and are
up-to-date.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/lib/makefile

    r4493 r4569  
    11##############################################################################
    2 # $Id: makefile,v 1.6 2000-10-17 12:07:23 bird Exp $
     2# $Id: makefile,v 1.7 2000-11-09 02:44:27 bird Exp $
    33#
    44# PD-Win32 API
     
    5959
    6060
    61 all: $(TARGET)
     61all:    $(TARGET) \
     62        $(PDWIN32_LIB)\$(TARGET)
    6263
    6364##############################################################################
     
    6869    -$(RM) $@
    6970    $(ILIB) $(ILIBFLAGS) $@ $(OBJS);
    70     $(CP) $@ $(PDWIN32_LIB)
     71
     72$(PDWIN32_LIB)\$(TARGET): $(TARGET)
     73    $(CP) $(TARGET) $(PDWIN32_LIB)
    7174
    7275##############################################################################
Note: See TracChangeset for help on using the changeset viewer.