X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=Makefile.win;h=90ceab39143bf2e5f065f3a2efdd921df9a935e7;hp=92af68bcdfb01abea4c97635785ab1ea66e3e544;hb=8c794424006d7f35d7531f1c79e27f6a7ce9958c;hpb=70c4e502a932ab902c9bda3231f83c841f279ee1 diff --git a/Makefile.win b/Makefile.win index 92af68b..90ceab3 100644 --- a/Makefile.win +++ b/Makefile.win @@ -15,8 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +CC := gcc LDFLAGS := -mwindows -lmingw32 -lSDLmain -lSDL -lSDL_image -lSDL_mixer -CFLAGS := -Wall -O3 +CFLAGS := -Wall -O3 -ISDL my_objects := args.o dust.o file.o mt.o rocks.o score.o sprite.o sound.o my_objects += main.o @@ -62,7 +63,8 @@ sound.o: sound.h args.h common.h sprite.o: sprite.h common.h vor: $(objects) - $(CC) $(LDFLAGS) -o $@ $^ + $(CC) $^ $(LDFLAGS) -o $@ clean: - del vor *.o + del vor + del *.o