- Timestamp:
- Dec 20, 1999, 12:10:07 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msvcrt/makefile
r1896 r2157 1 # $Id: makefile,v 1. 5 1999-11-30 19:44:04sandervl Exp $1 # $Id: makefile,v 1.6 1999-12-20 11:10:07 sandervl Exp $ 2 2 3 3 # … … 34 34 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 35 35 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 36 # Do not copy to release directory because it is not fully working yet 37 # $(CP) $@ $(PDWIN32_BIN) 36 $(CP) $@ $(PDWIN32_BIN) 38 37 39 38 $(TARGET20).dll: $(OBJS) $(TARGET20).def … … 41 40 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 42 41 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 43 # Do not copy to release directory because it is not fully working yet 44 # $(CP) $@ $(PDWIN32_BIN) 42 $(CP) $@ $(PDWIN32_BIN) 45 43 46 44 $(TARGET40).dll: $(OBJS) $(TARGET40).def … … 48 46 $(PDWIN32_LIB)/pmwinx.lib $(PDWIN32_LIB)/kernel32.lib \ 49 47 $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O) 50 # Do not copy to release directory because it is not fully working yet 51 # $(CP) $@ $(PDWIN32_BIN) 48 $(CP) $@ $(PDWIN32_BIN) 52 49 53 50
Note:
See TracChangeset
for help on using the changeset viewer.