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

Last change on this file since 61 was 54, checked in by Nishi, on Sep 18, 2024 at 9:15:57 PM

installer kinda works

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