Changeset 396 for trunk/Makefile
- Timestamp:
- Jul 16, 2003, 1:09:58 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.35
to1.36
r395 r396 288 288 emxload -e $(UNIXROOT)/$$tool; \ 289 289 done 290 emxload -e gcc.exe g++.exe ld.exe cc1.exe as.exe cc1plus.exe ar.exe cpp0.exe ld.exe290 emxload -e gcc.exe g++.exe ld.exe as.exe ar.exe ld.exe 291 291 endif 292 292 @echo "" … … 444 444 if [ ! -f $(aoutlib).lib ]; then \ 445 445 echo " $${aoutlib}"; \ 446 $(PATH_BUILTTOOLS_TMP)/bin/emxomf.exe $${aoutlib}.a; \446 $(PATH_BUILTTOOLS_TMP)/bin/emxomf.exe -p256 $${aoutlib}.a; \ 447 447 fi;\ 448 448 done -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.