Ignore:
Timestamp:
Jul 28, 2010, 8:14:30 PM (15 years ago)
Author:
dmik
Message:

Build minivcrt.lib (accessible through minivcrt.h) that aims at providing MSVCRT-specific functions such as the wide character version of _getcwd() and similar to other runtimes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/makefile

    r9655 r21398  
    2323
    2424all clean lib:  # add all common rules here
     25!ifdef BUILD_MSVCRT   
    2526    $(MAKE_CMD) -f msvcrt.mak $@
    2627    $(MAKE_CMD) -f msvcrt20.mak $@
    2728    $(MAKE_CMD) -f msvcrt40.mak $@
     29!endif
     30    $(MAKE_CMD) -f minivcrt.mak $@
    2831
    2932# don't have to make deps more than once.
Note: See TracChangeset for help on using the changeset viewer.