Changeset 9674 for trunk/src


Ignore:
Timestamp:
Jan 15, 2003, 11:41:46 AM (23 years ago)
Author:
sandervl
Message:

PF: don't build a library for crtdll

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r8225 r9674  
    1 # $Id: makefile,v 1.85 2002-04-10 19:16:03 bird Exp $
     1# $Id: makefile,v 1.86 2003-01-15 10:41:46 sandervl Exp $
    22
    33#
     
    2727# Exclude lists which is to be passed in to DOWITHDIRS
    2828#
    29 NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy;odinldr;msvcrt;ws2help;win16ldr;oslib;custombuild   # generally not made
     29NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy;odinldr;ws2help;win16ldr;oslib;custombuild;opengl   # generally not made
    3030NOTDLLS     = $(NOTTOBEMADE);peldr;dllentry;guidlib     # not dlls
    31 NOTHAVELIBS = $(NOTTOBEMADE);peldr                      # don't generate libs
     31NOTHAVELIBS = $(NOTTOBEMADE);peldr;crtdll;              # don't generate libs
    3232NOTWIN32DLLS= $(NOTDLLS);win32k;odincrt;dllentry        # not win32 dlls.
    3333
     
    9898        $(MAKE_CMD) $@
    9999
    100 
    101100#
    102101# Custom rules
     
    105104    dinput gdi32 icmp imagehlp iphlpapi lz32 msvfw32 ntdll ole32 riched32 \
    106105    rpcrt4 shell32 shlwapi version wininet winmm winspool wnaspi32 ws2_32 \
    107     wsock32 uxtheme
     106    wsock32 uxtheme imm32
    108107
    109108custombuild:
Note: See TracChangeset for help on using the changeset viewer.