Changeset 111 for trunk/src/kernel32/makefile
- Timestamp:
- Jun 17, 1999, 8:22:43 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/makefile
r100 r111 1 # $Id: makefile,v 1. 4 1999-06-10 20:48:00phaller Exp $1 # $Id: makefile,v 1.5 1999-06-17 18:21:43 phaller Exp $ 2 2 3 3 # … … 19 19 20 20 21 OBJS = KERNEL32.OBJ \ 22 CONSOLE.OBJ \ 23 UNICODE.OBJ \ 24 network.OBJ \ 25 DEVIO.OBJ \ 26 profile.obj \ 27 THREAD.OBJ \ 28 THUNK.OBJ \ 29 OBSOLETE.OBJ \ 30 COMM.OBJ \ 31 MESSAGE.OBJ \ 32 RESOURCE.OBJ \ 33 NAMEID.OBJ \ 34 WINRES.OBJ \ 35 WINMOD.OBJ \ 36 OS2NATIVE.OBJ \ 37 EXCEPTIONS.OBJ \ 38 LFILE.OBJ \ 39 MMAP.OBJ \ 40 NPIPE.OBJ \ 41 MISC.OBJ \ 42 EXCEPT.OBJ \ 43 LANG.OBJ \ 44 ICCIO.OBJ \ 45 MAP.OBJ \ 46 WIN32UTIL.OBJ \ 47 heap.OBJ \ 48 os2heap.OBJ \ 49 vmutex.OBJ \ 50 initterm.OBJ \ 51 os2util.OBJ \ 21 OBJS = KERNEL32.OBJ \ 22 CONSOLE.OBJ \ 23 CONIN.OBJ \ 24 CONBUFFER.OBJ \ 25 CONOUT.OBJ \ 26 UNICODE.OBJ \ 27 network.OBJ \ 28 DEVIO.OBJ \ 29 profile.obj \ 30 THREAD.OBJ \ 31 THUNK.OBJ \ 32 OBSOLETE.OBJ \ 33 COMM.OBJ \ 34 MESSAGE.OBJ \ 35 RESOURCE.OBJ \ 36 NAMEID.OBJ \ 37 WINRES.OBJ \ 38 WINMOD.OBJ \ 39 OS2NATIVE.OBJ \ 40 EXCEPTIONS.OBJ \ 41 LFILE.OBJ \ 42 MMAP.OBJ \ 43 NPIPE.OBJ \ 44 MISC.OBJ \ 45 EXCEPT.OBJ \ 46 LANG.OBJ \ 47 ICCIO.OBJ \ 48 MAP.OBJ \ 49 WIN32UTIL.OBJ \ 50 heap.OBJ \ 51 os2heap.OBJ \ 52 vmutex.OBJ \ 53 initterm.OBJ \ 54 os2util.OBJ \ 52 55 handlemanager.OBJ \ 53 wprocess.OBJ \ 54 conprop.OBJ \ 55 winimage.OBJ \ 56 windll.OBJ \ 57 winexe.OBJ \ 58 time.obj \ 59 pefile.OBJ \ 60 winimgres.OBJ \ 61 async.OBJ \ 62 fileio.obj \ 63 atom.obj \ 64 disk.obj \ 65 directory.obj \ 56 hmdevice.obj \ 57 hmopen32.obj \ 58 wprocess.OBJ \ 59 conprop.OBJ \ 60 winimage.OBJ \ 61 windll.OBJ \ 62 winexe.OBJ \ 63 time.obj \ 64 pefile.OBJ \ 65 winimgres.OBJ \ 66 async.OBJ \ 67 fileio.obj \ 68 atom.obj \ 69 disk.obj \ 70 directory.obj \ 66 71 stubs.obj 67 72 … … 201 206 .\console.cpp \ 202 207 .\console2.h \ 203 $(PDWIN32_INCLUDE)\console.h \ 204 $(PDWIN32_INCLUDE)\misc.h 208 $(PDWIN32_INCLUDE)\misc.h 209 210 conin.OBJ: \ 211 .\conin.h \ 212 .\conin.cpp 213 214 conout.OBJ: \ 215 .\conout.h \ 216 .\conout.cpp 217 218 conbuffer.OBJ: \ 219 .\conbuffer.h \ 220 .\conbuffer.cpp 205 221 206 222 mmap.OBJ: \ … … 259 275 os2util.OBJ: .\os2util.cpp 260 276 261 handlemanager.OBJ: \277 handlemanager.OBJ: \ 262 278 .\handlemanager.cpp \ 263 279 .\handlemanager.h 264 280 281 hmdevice.OBJ: \ 282 .\hmdevice.cpp \ 283 .\hmdevice.h \ 284 .\handlemanager.h 285 286 hmopen32.OBJ: \ 287 .\hmopen32.cpp \ 288 .\hmopen32.h \ 289 .\handlemanager.h 290 291 265 292 conprop.OBJ: \ 266 .\conprop.h \293 .\conprop.h \ 267 294 .\conprop.cpp 268 295
Note:
See TracChangeset
for help on using the changeset viewer.
