Changed directory structure to contain less symlinks so dependencies will get recalculated correctly by make
This commit is contained in:
9
project/jni/fonteditor/Makefile
Normal file
9
project/jni/fonteditor/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
all: editor editor.exe
|
||||
|
||||
editor: *.cpp
|
||||
g++ -g3 -o $@ $? `sdl-config --cflags` `sdl-config --libs`
|
||||
|
||||
editor.exe: *.cpp
|
||||
i586-mingw32msvc-g++ -o $@ $? -I ../sdl-1.2/include -L. -lSDL
|
||||
i586-mingw32msvc-strip $@
|
||||
Reference in New Issue
Block a user