Changeset 2157 for trunk/src


Ignore:
Timestamp:
Dec 20, 1999, 12:10:07 PM (26 years ago)
Author:
sandervl
Message:

copy msvcrt dlls to bin dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/makefile

    r1896 r2157  
    1 # $Id: makefile,v 1.5 1999-11-30 19:44:04 sandervl Exp $
     1# $Id: makefile,v 1.6 1999-12-20 11:10:07 sandervl Exp $
    22
    33#
     
    3434              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    3535              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    36 # Do not copy to release directory because it is not fully working yet
    37 #       $(CP) $@ $(PDWIN32_BIN)
     36        $(CP) $@ $(PDWIN32_BIN)
    3837
    3938$(TARGET20).dll: $(OBJS) $(TARGET20).def
     
    4140              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    4241              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    43 # Do not copy to release directory because it is not fully working yet
    44 #       $(CP) $@ $(PDWIN32_BIN)
     42        $(CP) $@ $(PDWIN32_BIN)
    4543
    4644$(TARGET40).dll: $(OBJS) $(TARGET40).def
     
    4846              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    4947              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    50 # Do not copy to release directory because it is not fully working yet
    51 #       $(CP) $@ $(PDWIN32_BIN)
     48        $(CP) $@ $(PDWIN32_BIN)
    5249
    5350
Note: See TracChangeset for help on using the changeset viewer.