Changeset 396 for trunk/Makefile


Ignore:
Timestamp:
Jul 16, 2003, 1:09:58 PM (22 years ago)
Author:
bird
Message:

Correct emxomf.exe invocation. Removed cp*exe from the preload.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.35 to 1.36
    r395 r396  
    288288                emxload -e $(UNIXROOT)/$$tool;  \
    289289        done
    290         emxload -e gcc.exe g++.exe ld.exe cc1.exe as.exe cc1plus.exe ar.exe cpp0.exe ld.exe
     290        emxload -e gcc.exe g++.exe ld.exe as.exe ar.exe ld.exe
    291291endif
    292292        @echo ""
     
    444444                if [ ! -f $(aoutlib).lib ]; then \
    445445                        echo "  $${aoutlib}"; \
    446                         $(PATH_BUILTTOOLS_TMP)/bin/emxomf.exe $${aoutlib}.a; \
     446                        $(PATH_BUILTTOOLS_TMP)/bin/emxomf.exe -p256 $${aoutlib}.a; \
    447447                fi;\
    448448        done
Note: See TracChangeset for help on using the changeset viewer.