Changeset 400 in Main for trunk/vc4mips.sh


Ignore:
Timestamp:
Nov 3, 2024, 2:19:42 PM (12 days ago)
Author:
Nishi
Message:

a

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/vc4mips.sh

    r399 r400  
    55outfile="a.out"
    66dowhat=""
    7 options="/I../VC6Compat"
     7options="/I../VC6Compat /D_NTSDK /Ddouble=long /DNEED_DIRECT"
    88obj=0
    99win=0
     
    6060        fi
    6161fi
    62 construct="cl /nologo $options $source $link"
     62construct="clmips /nologo $options $source $link"
    6363echo "Run: $construct"
    6464$construct
Note: See TracChangeset for help on using the changeset viewer.