Ignore:
Timestamp:
Oct 27, 1999, 4:03:01 AM (26 years ago)
Author:
bird
Message:

Corrections to make win32k work.
(And now it does work, at least at my test machine...)

File:
1 edited

Legend:

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

    r1289 r1467  
    11##############################################################################
    2 # $Id: makefile,v 1.4 1999-10-14 13:20:16 bird Exp $
     2# $Id: makefile,v 1.5 1999-10-27 02:03:01 bird Exp $
    33#
    44# PD-Win32 API
     
    112112    pe2lx.cpp \
    113113    $(WIN32K_INCLUDE)\pe2lx.h \
     114    $(WIN32K_INCLUDE)\OS2Krnl.h \
    114115    $(WIN32K_INCLUDE)\malloc.h \
    115116    $(WIN32K_INCLUDE)\new.h
     
    118119    pe2lxmain.cpp \
    119120    $(WIN32K_INCLUDE)\pe2lx.h \
     121    $(WIN32K_INCLUDE)\OS2Krnl.h
    120122
    121123$(PE2LXOBJ)\malloc.$(OBJEXT): \
Note: See TracChangeset for help on using the changeset viewer.