ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/Platform/openserver.mk
Revision: 1.1
Committed: Thu Oct 17 09:53:38 2024 UTC (4 weeks, 1 day ago) by nishi
Branch: MAIN
CVS Tags: v2_05A, v2_05, HEAD
Log Message:
update

File Contents

# User Rev Content
1 nishi 1.1 # $Id: openserver.mk 309 2024-10-10 03:37:30Z nishi $
2    
3     SHELL = /usr/bin/bash
4    
5     CC = gcc
6     AR = ar
7     CFLAGS = -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/VC6Compat
8     LDFLAGS =
9     SHARED = -G
10     LIBS = -lsocket -ldl
11     EXEC =
12     LIBSUF = .so