Changeset 1487 for trunk/src


Ignore:
Timestamp:
Oct 28, 1999, 11:59:37 AM (26 years ago)
Author:
achimha
Message:

Do not copy msvcrt.dll to the release directory because it is not working yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/makefile

    r1080 r1487  
    1 # $Id: makefile,v 1.1 1999-09-28 13:26:06 sandervl Exp $
     1# $Id: makefile,v 1.2 1999-10-28 09:59:37 achimha Exp $
    22
    33#
     
    3131              $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \
    3232              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    33         $(CP) $@ $(PDWIN32_BIN)
     33
     34# Do not copy to release directory because it is not fully working yet
     35#       $(CP) $@ $(PDWIN32_BIN)
    3436
    3537
Note: See TracChangeset for help on using the changeset viewer.