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

Last change on this file since 42 was 42, checked in by Nishi, on Sep 18, 2024 at 5:46:50 PM

add win32.mk

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