- Timestamp:
- Apr 15, 2007, 1:45:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/libc.smak
r2815 r3100 212 212 cat "src/lib/libstdc++.def" >> $@.tmp 213 213 mv -f $@.tmp $@ 214 214 215 215 216 216 # LIBC import libraries with dllinit, libsocket and libsyslog. … … 445 445 $(call TOUCH,$@) 446 446 447 libc-std.h: $.stmp-libc-std 448 447 449 # dependencies to help make (baka, baka, baka) 448 450 $.omf-prof/src/lib/startup/dllinit.obj: $.aout-prof/src/lib/startup/dllinit.o … … 480 482 libc-dll: $.omf/libc061.dll 481 483 484 485 # Some parallel building hacks (kmk only as vanilla make doesn't support this syntax). 486 ifdef KMK_VERSION 487 .NOTPARALLEL: $.stmp-libc-std $.libc-std.h $(LIBC.PRF.DLL) $(LIBC.LOG.DLL) $(LIBC.ELH.DLL) 488 endif 489
Note:
See TracChangeset
for help on using the changeset viewer.