Changeset 358 for trunk/src


Ignore:
Timestamp:
Jul 21, 1999, 7:19:00 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r281 r358  
    1 # $Id: makefile,v 1.12 1999-07-07 08:11:10 sandervl Exp $
     1# $Id: makefile,v 1.13 1999-07-21 17:19:00 sandervl Exp $
    22
    33#
     
    260260    $(PDWIN32_INCLUDE)\unicode.h \
    261261    $(PDWIN32_INCLUDE)\winimage.h \
    262     winres.h \
     262    $(PDWIN32_INCLUDE)\winres.h \
    263263    $(PDWIN32_INCLUDE)\misc.h
    264264
     
    271271winres.OBJ: \
    272272    .\winres.cpp \
    273     winres.h \
     273    $(PDWIN32_INCLUDE)\winres.h \
    274274    $(PDWIN32_INCLUDE)\nameid.h \
    275275    $(PDWIN32_INCLUDE)\winimage.h \
     
    337337pefile.OBJ:    pefile.cpp $(PDWIN32_INCLUDE)\pefile.h
    338338winimage.OBJ:  winimage.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h
    339 winimgres.OBJ: winimgres.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winexe.h winres.h
     339winimgres.OBJ: winimgres.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\pefile.h $(PDWIN32_INCLUDE)\winexe.h $(PDWIN32_INCLUDE)\winres.h
    340340windll.OBJ:    windll.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h
    341341winexe.OBJ:    winexe.cpp $(PDWIN32_INCLUDE)\winimage.h $(PDWIN32_INCLUDE)\windll.h $(PDWIN32_INCLUDE)\winexe.h
Note: See TracChangeset for help on using the changeset viewer.