source: Main/trunk/Platform/vc4mips.mk@ 406

Last change on this file since 406 was 400, checked in by Nishi, on Nov 3, 2024 at 2:19:42 PM

a

  • Property svn:keywords set to Id
File size: 271 bytes
Line 
1# $Id: vc4mips.mk 400 2024-11-03 05:19:42Z nishi $
2
3PREFIX = C:/Tewi
4
5PLATFORM_IDENT = WINDOWS
6CC = ../vc4mips.sh
7AR = lib
8AR_FLAGS = /nologo /out:
9CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
10LDFLAGS =
11LIBS = -ladvapi32 -llibcmt
12EXEC = .exe
13STATIC = lib
14LIBSUF = .dll
15OBJ = obj
16PREOBJS = vc6.res
Note: See TracBrowser for help on using the repository browser.