(20111215) 12:00
This commit is contained in:
11
Makefile.win32
Normal file
11
Makefile.win32
Normal file
@@ -0,0 +1,11 @@
|
||||
LIBS=-I/mingw/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main
|
||||
CFLAGS= -L/mingw/lib -lmingw32 -lSDLmain -lSDL -mwindows -g
|
||||
CC=gcc
|
||||
RM=rm -rf
|
||||
|
||||
RESULT=game.exe
|
||||
BUILDDIR=build-mingw
|
||||
|
||||
include Makefile.common
|
||||
|
||||
|
||||
Reference in New Issue
Block a user