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

Last change on this file since 152 was 62, checked in by Nishi, on Sep 19, 2024 at 5:02:26 AM

add installer.sh

  • Property svn:keywords set to Id
File size: 253 bytes
RevLine 
[6]1# $Id: win64.mk 62 2024-09-18 20:02:26Z nishi $
2
[25]3PREFIX = C:/Tewi
4
[6]5CC = x86_64-w64-mingw32-gcc
6AR = x86_64-w64-mingw32-ar
[48]7WINDRES = x86_64-w64-mingw32-windres
[43]8CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
9LDFLAGS =
[8]10LIBS = -lws2_32
[6]11EXEC = .exe
[17]12LIB = .dll
[48]13PREOBJS = tewi.res
Note: See TracBrowser for help on using the repository browser.