Changeset 400 in Main for trunk


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

a

Location:
trunk
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/Platform/vc4mips.mk

    r399 r400  
    44
    55PLATFORM_IDENT = WINDOWS
    6 CC = ../vc6.sh
     6CC = ../vc4mips.sh
    77AR = lib
    88AR_FLAGS = /nologo /out:
  • trunk/Server/config.c

    r359 r400  
    1010#include <string.h>
    1111#include <sys/stat.h>
     12
     13#ifdef NEED_DIRECT
     14#include <direct.h>
     15#endif
    1216
    1317#if !defined(_MSC_VER) && !defined(__BORLANDC__)
  • 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.