Changeset 707 for trunk/src/kernel32/makefile
- Timestamp:
- Aug 26, 1999, 5:05:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r705 r707 1 # $Id: makefile,v 1.3 4 1999-08-26 12:55:36sandervl Exp $1 # $Id: makefile,v 1.35 1999-08-26 15:05:14 sandervl Exp $ 2 2 3 3 # … … 189 189 conin.OBJ: \ 190 190 .\conin.h \ 191 .\hmdevice.h \ 191 192 .\conin.cpp 192 193 193 194 conout.OBJ: \ 194 195 .\conout.h \ 196 .\hmdevice.h \ 195 197 .\conout.cpp 196 198 197 199 conbuffer.OBJ: \ 198 200 .\conbuffer.h \ 201 .\hmdevice.h \ 199 202 .\conbuffer.cpp 200 203 … … 265 268 hmopen32.OBJ: \ 266 269 .\hmopen32.cpp \ 270 .\hmdevice.h \ 267 271 .\hmopen32.h \ 268 272 $(PDWIN32_INCLUDE)\handlemanager.h … … 270 274 hmobjects.obj: \ 271 275 .\hmobjects.cpp \ 276 .\hmdevice.h \ 272 277 .\hmobjects.h \ 273 278 $(PDWIN32_INCLUDE)\handlemanager.h … … 304 309 305 310 virtual.obj: virtual.cpp $(PDWIN32_INCLUDE)\win\virtual.h $(PDWIN32_INCLUDE)\handlemanager.h mmap.h 306 mmap.obj: mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h 311 mmap.obj: mmap.cpp mmap.h $(PDWIN32_INCLUDE)\vmutex.h oslibdos.h 307 312 308 313 pefile.OBJ: pefile.cpp $(PDWIN32_INCLUDE)\pefile.h
Note:
See TracChangeset
for help on using the changeset viewer.