Changeset 2177 for trunk/src/NTDLL/makefile
- Timestamp:
- Dec 21, 1999, 1:27:12 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/NTDLL/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/makefile
r2159 r2177 1 # $Id: makefile,v 1.1 5 1999-12-20 11:47:01sandervl Exp $1 # $Id: makefile,v 1.16 1999-12-21 12:24:22 sandervl Exp $ 2 2 3 3 # … … 31 31 sync.obj\ 32 32 initterm.obj\ 33 crt.obj\34 33 time.obj\ 35 34 unknown.obj\ 36 35 arith64.obj\ 37 regfunc.obj qsort.obj36 regfunc.obj 38 37 39 38 … … 44 43 45 44 $(TARGET).dll: $(OBJS) $(TARGET).def 46 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\user32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/ odincrt.lib OS2386.LIB $(RTLLIB_O)45 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\user32.lib $(PDWIN32_LIB)/kernel32.lib $(PDWIN32_LIB)/crtdll.lib $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 47 46 # PMWINX.LIB LIBULS.LIB LIBCONV.LIB 48 47 $(CP) $@ $(PDWIN32_BIN)
Note:
See TracChangeset
for help on using the changeset viewer.
