Ignore:
Timestamp:
Feb 3, 2000, 7:56:39 PM (26 years ago)
Author:
sandervl
Message:

export cpu feature dword + functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/makefile

    r2311 r2613  
    1 # $Id: makefile,v 1.79 2000-01-03 21:36:10 sandervl Exp $
     1# $Id: makefile,v 1.80 2000-02-03 18:56:39 sandervl Exp $
    22
    33#
     
    162162
    163163initterm.OBJ: .\initterm.cpp initterm.h  $(PDWIN32_INCLUDE)\heapshared.h  mmap.h directory.h hmdevio.h initsystem.h $(PDWIN32_INCLUDE)\heapcode.h
    164 initsystem.obj: initsystem.cpp cpuhlp.h initsystem.h $(PDWIN32_INCLUDE)\misc.h directory.h $(PDWIN32_INCLUDE)\versionos2.h
     164initsystem.obj: initsystem.cpp $(PDWIN32_INCLUDE)\cpuhlp.h initsystem.h $(PDWIN32_INCLUDE)\misc.h directory.h $(PDWIN32_INCLUDE)\versionos2.h
    165165
    166166
     
    407407heapshared.obj: heapshared.cpp $(PDWIN32_INCLUDE)\heapshared.h
    408408heapcode.obj: heapcode.cpp $(PDWIN32_INCLUDE)\heapshared.h $(PDWIN32_INCLUDE)\heapcode.h
    409 cpu.obj: cpu.cpp cpuhlp.h
     409cpu.obj: cpu.cpp $(PDWIN32_INCLUDE)\cpuhlp.h
    410410cpuhlp.obj: cpuhlp.asm
    411411environ.obj: environ.cpp $(PDWIN32_INCLUDE)\misc.h
Note: See TracChangeset for help on using the changeset viewer.