Changeset 1895 for trunk/src/NTDLL/makefile
- Timestamp:
- Nov 30, 1999, 8:42:35 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/NTDLL/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/makefile
r1685 r1895 1 # $Id: makefile,v 1.1 3 1999-11-10 14:14:50sandervl Exp $1 # $Id: makefile,v 1.14 1999-11-30 19:42:09 sandervl Exp $ 2 2 3 3 # … … 10 10 PDWIN32_LIB = ..\..\lib 11 11 PDWIN32_BIN = ..\..\bin 12 PDWIN32_TOOLS = ..\..\tools\bin 12 13 13 14 … … 43 44 44 45 $(TARGET).dll: $(OBJS) $(TARGET).def 45 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(PDWIN32_LIB)\kernel32.lib $(PDWIN32_LIB)\user32.lib $(PDWIN32_LIB)/ odincrt.lib OS2386.LIB $(RTLLIB_O)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) 46 47 # PMWINX.LIB LIBULS.LIB LIBCONV.LIB 47 48 $(CP) $@ $(PDWIN32_BIN) 48 49 49 $(TARGET).lib: $(TARGET).def 50 $(IMPLIB) $(IMPLIBFLAGS) $@ $** 51 $(CP) $@ $(PDWIN32_LIB) 50 $(TARGET).lib: $(TARGET)exp.def 51 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 52 $(CP) $@ $(PDWIN32_LIB) 53 54 #SvL: Doesn't work. So use fixed one for now..... (TODO) 55 #$(TARGET)exp.def: $(TARGET).def 56 # $(IMPDEF) $** $@ 52 57 53 58
Note:
See TracChangeset
for help on using the changeset viewer.
