Changeset 46 for trunk/src/NTDLL
- Timestamp:
- Jun 7, 1999, 10:58:22 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/makefile
r30 r46 1 # $Id: makefile,v 1. 2 1999-06-01 21:52:15 phallerExp $1 # $Id: makefile,v 1.3 1999-06-07 20:57:55 sandervl Exp $ 2 2 3 3 # … … 28 28 sec.obj \ 29 29 sync.obj \ 30 initterm.obj \ 30 31 time.obj 31 32 … … 47 48 48 49 49 ntdll.obj: .\ntdll.c .\ntdll.h50 ntdll.obj: .\ntdll.cpp .\ntdll.h 50 51 51 file.obj: .\file.c .\ntdll.h52 file.obj: .\file.cpp .\ntdll.h 52 53 53 nt.obj: .\nt.c .\ntdll.h54 nt.obj: .\nt.cpp .\ntdll.h 54 55 55 om.obj: .\om.c .\ntdll.h56 om.obj: .\om.cpp .\ntdll.h 56 57 57 reg.obj: .\reg.c .\ntdll.h58 reg.obj: .\reg.cpp .\ntdll.h 58 59 59 rtl.obj: .\rtl.c .\ntdll.h60 rtl.obj: .\rtl.cpp .\ntdll.h 60 61 61 rtlstr.obj: .\rtlstr.c .\ntdll.h62 rtlstr.obj: .\rtlstr.cpp .\ntdll.h 62 63 63 sec.obj: .\sec.c .\ntdll.h64 sec.obj: .\sec.cpp .\ntdll.h 64 65 65 sync.obj: .\sync.c .\ntdll.h66 sync.obj: .\sync.cpp .\ntdll.h 66 67 67 time.obj: .\time.c .\ntdll.h68 time.obj: .\time.cpp .\ntdll.h 68 69 70 initterm.obj: .\initterm.cpp 69 71 70 72
Note:
See TracChangeset
for help on using the changeset viewer.