Changeset 2908 for trunk/src


Ignore:
Timestamp:
Feb 26, 2000, 7:01:38 PM (26 years ago)
Author:
bird
Message:

The win32k makefile will now make pe2lx and it's self (if possible). No need
for special pe2lx rules any longer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/makefile

    r2788 r2908  
    1 # $Id: makefile,v 1.50 2000-02-15 09:17:09 bird Exp $
     1# $Id: makefile,v 1.51 2000-02-26 18:01:38 bird Exp $
    22
    33#
     
    3737# Exclude lists which is to be passed in to DOWITHDIRS
    3838#
    39 NOTTOBEMADE = CVS;win32k;pe2lx;odin32api;odinwps;spy    # generally not made
     39NOTTOBEMADE = CVS;pe2lx;odin32api;odinwps;spy           # generally not made
    4040NOTDLLS     = $(NOTTOBEMADE);peldr;dllentry             # not dlls
    4141NOTHAVELIBS = $(NOTTOBEMADE);peldr                      # don't generate libs
     
    8686    cd ..\peldr
    8787    $(MAKE_CMD)
    88     cd ..\win32k\pe2lx
     88    cd ..\win32k
    8989    $(MAKE_CMD)
    90     cd ..\..\ddraw
     90    cd ..\ddraw
    9191    $(MAKE_CMD)
    9292    cd ..\dinput
     
    141141    $(DOWITHDIRS) -e$(NOTHAVELIBS) -cp $(MAKE_CMD) lib
    142142
    143 
    144143dep:
    145144    $(DOWITHDIRS) -e$(NOTTOBEMADE) -cp $(MAKE_CMD) NODEP=1 dep
    146     cd win32k\pe2lx
    147     $(MAKE_CMD) NODEP=1 dep
    148     cd ..\..
    149145
    150146clean:
    151147    $(DOWITHDIRS) -e$(NOTTOBEMADE) -cp $(MAKE_CMD) NODEP=1 clean
    152     cd win32k\pe2lx
    153     $(MAKE_CMD) NODEP=1 clean
    154     cd ..
    155     if exist makefile.inc $(MAKE_CMD) NODEP=1 clean
    156     cd ..
    157148
    158149
Note: See TracChangeset for help on using the changeset viewer.