Changeset 2586 for trunk/src


Ignore:
Timestamp:
Feb 1, 2000, 8:26:50 AM (26 years ago)
Author:
bird
Message:

Makeing of ..\fastdep.exe is now not depending on the win32k makefile.
This should solve the problems occuring when win32k is not configured.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/pe2lx/makefile

    r2578 r2586  
    11##############################################################################
    2 # $Id: makefile,v 1.15 2000-01-31 08:56:22 bird Exp $
     2# $Id: makefile,v 1.16 2000-02-01 07:26:50 bird Exp $
    33#
    44# PD-Win32 API
     
    119119
    120120..\fastdep.exe:
    121     cd ..
    122     IF NOT EXIST .depend echo # dummy > .depend
    123     nmake fastdep.exe
    124     cd pe2lx
     121    @cd ..
     122    @$(ECHO) making fastdep.exe
     123    @icc -Q+ -Ti+ fastdep.c
     124    @cd pe2lx
    125125
    126126depend: ..\fastdep.exe
Note: See TracChangeset for help on using the changeset viewer.