source: Main/2.03E/Platform/bcc.mk@ 254

Last change on this file since 254 was 254, checked in by Nishi, on Oct 4, 2024 at 1:08:33 PM

add 2.03E

  • Property svn:keywords set to Id
File size: 289 bytes
RevLine 
[215]1# $Id: bcc.mk 254 2024-10-04 04:08:33Z nishi $
2
3PREFIX = C:/Tewi
4
[240]5PLATFORM_IDENT = WINDOWS
[215]6CC = ../bcc.sh
7AR = tlib
8AR_FLAGS =
9AR_PROC = grep -Eo "[^ ]+" | xargs -I {} echo + {}
10CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I ../Common -fPIC
11LDFLAGS =
[240]12LIBS =
[254]13EXEC = .exe
[215]14STATIC = lib
15LIBSUF = .dll
16OBJ = obj
[254]17REQOBJS = gui_bcc.res
Note: See TracBrowser for help on using the repository browser.