/[tewi]/Platform/vc4mips.mk
ViewVC logotype

Annotation of /Platform/vc4mips.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations)
Sun Nov 3 05:19:57 2024 UTC (12 days, 6 hours ago) by nishi
Branch: MAIN
CVS Tags: HEAD
a

1 nishi 1.1 # $Id: vc4mips.mk 400 2024-11-03 05:19:42Z nishi $
2    
3     PREFIX = C:/Tewi
4    
5     PLATFORM_IDENT = WINDOWS
6     CC = ../vc4mips.sh
7     AR = lib
8     AR_FLAGS = /nologo /out:
9     CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
10     LDFLAGS =
11     LIBS = -ladvapi32 -llibcmt
12     EXEC = .exe
13     STATIC = lib
14     LIBSUF = .dll
15     OBJ = obj
16     PREOBJS = vc6.res

nishi@chaotic.ninja
ViewVC Help
Powered by ViewVC 1.3.0-dev