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

Last change on this file since 13 was 8, checked in by Nishi, on Sep 13, 2024 at 8:18:23 PM

can listen now

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