Ignore:
Timestamp:
Jul 4, 1999, 11:41:33 AM (26 years ago)
Author:
sandervl
Message:

Moved HandleManager.h to include dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r233 r262  
    1 # $Id: makefile,v 1.9 1999-06-28 07:55:16 sandervl Exp $
     1# $Id: makefile,v 1.10 1999-07-04 09:41:33 sandervl Exp $
    22
    33#
     
    285285handlemanager.OBJ: \
    286286        .\handlemanager.cpp \
    287         .\handlemanager.h
     287        $(PDWIN32_INCLUDE)\handlemanager.h
    288288
    289289hmdevice.OBJ: \
    290290        .\hmdevice.cpp \
    291291        .\hmdevice.h \
    292         .\handlemanager.h
     292        $(PDWIN32_INCLUDE)\handlemanager.h
    293293
    294294hmopen32.OBJ: \
    295295        .\hmopen32.cpp \
    296296        .\hmopen32.h \
    297         .\handlemanager.h
     297        $(PDWIN32_INCLUDE)\handlemanager.h
    298298
    299299
Note: See TracChangeset for help on using the changeset viewer.