- Timestamp:
- Nov 3, 2024, 2:19:42 PM (12 days ago)
- Location:
- trunk
- Files:
-
- 1 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/Platform/vc4mips.mk
r399 r400 4 4 5 5 PLATFORM_IDENT = WINDOWS 6 CC = ../vc 6.sh6 CC = ../vc4mips.sh 7 7 AR = lib 8 8 AR_FLAGS = /nologo /out: -
trunk/Server/config.c
r359 r400 10 10 #include <string.h> 11 11 #include <sys/stat.h> 12 13 #ifdef NEED_DIRECT 14 #include <direct.h> 15 #endif 12 16 13 17 #if !defined(_MSC_VER) && !defined(__BORLANDC__) -
trunk/vc4mips.sh
r399 r400 5 5 outfile="a.out" 6 6 dowhat="" 7 options="/I../VC6Compat "7 options="/I../VC6Compat /D_NTSDK /Ddouble=long /DNEED_DIRECT" 8 8 obj=0 9 9 win=0 … … 60 60 fi 61 61 fi 62 construct="cl /nologo $options $source $link"62 construct="clmips /nologo $options $source $link" 63 63 echo "Run: $construct" 64 64 $construct
Note:
See TracChangeset
for help on using the changeset viewer.