source: Main/trunk/Platform/win64.mk@ 41

Last change on this file since 41 was 40, checked in by Nishi, on Sep 17, 2024 at 9:31:08 PM

use dll for windows build

  • Property svn:keywords set to Id
File size: 245 bytes
Line 
1# $Id: win64.mk 40 2024-09-17 12:31:08Z nishi $
2
3PREFIX = C:/Tewi
4
5CC = x86_64-w64-mingw32-gcc
6AR = x86_64-w64-mingw32-ar
7CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -I $(PWD)/openssl/include -fPIC
8LDFLAGS = -L $(PWD)/openssl/lib
9LIBS = -lws2_32
10EXEC = .exe
11LIB = .dll
Note: See TracBrowser for help on using the repository browser.