- Timestamp:
- Nov 10, 1999, 3:14:51 PM (26 years ago)
- Location:
- trunk/src/NTDLL
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/makefile
r1653 r1685 1 # $Id: makefile,v 1.1 2 1999-11-09 09:30:20 phallerExp $1 # $Id: makefile,v 1.13 1999-11-10 14:14:50 sandervl Exp $ 2 2 3 3 # … … 43 43 44 44 $(TARGET).dll: $(OBJS) $(TARGET).def 45 $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) sbsstub.obj $(TARGET).def $(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)/odincrt.lib OS2386.LIB $(RTLLIB_O) 46 46 # PMWINX.LIB LIBULS.LIB LIBCONV.LIB 47 47 $(CP) $@ $(PDWIN32_BIN) … … 86 86 87 87 clean: 88 $(RM) *.obj *.lib *.dll * ~ *.map *.pch88 $(RM) *.obj *.lib *.dll *.map *.pch 89 89 $(RM) $(PDWIN32_LIB)\$(TARGET).lib 90 90 $(RM) $(PDWIN32_BIN)\$(TARGET).dll -
trunk/src/NTDLL/ntdll.def
r1654 r1685 1 ; $Id: ntdll.def,v 1.2 2 1999-11-09 09:54:46 phallerExp $1 ; $Id: ntdll.def,v 1.23 1999-11-10 14:14:51 sandervl Exp $ 2 2 3 3 ;Created by BLAST for IBM's compiler … … 22 22 HEAP_strdupW = KERNEL32.HEAP_strdupW 23 23 HEAP_strdupWtoA = KERNEL32.HEAP_strdupWtoA 24 25 _wvsnprintfA@16 = USER32.wvsnprintfA26 24 27 25 EXPORTS
Note:
See TracChangeset
for help on using the changeset viewer.