source: Main/trunk/Platform/win32.mk@ 43

Last change on this file since 43 was 43, checked in by Nishi, on Sep 18, 2024 at 6:19:03 PM

add NO_SSL

  • Property svn:keywords set to Id
File size: 193 bytes
Line 
1# $Id: win32.mk 43 2024-09-18 09:19:03Z nishi $
2
3PREFIX = C:/Tewi
4
5CC = i686-w64-mingw32-gcc
6AR = i686-w64-mingw32-ar
7CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -fPIC
8LDFLAGS =
9LIBS = -lws2_32
10EXEC = .exe
11LIB = .dll
Note: See TracBrowser for help on using the repository browser.