gotten build working, but missing symbols (???)

This commit is contained in:
Dan Buch 2010-04-17 15:21:31 -04:00
parent 8777b26e0a
commit e500a643ed
4 changed files with 16 additions and 1 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "HelloWorld"]
path = HelloWorld
url = git://github.com/AdamAtomic/HelloWorld.git
[submodule "flixel"]
path = flixel
url = git@github.com:meatballhat/flixel.git

@ -1 +1 @@
Subproject commit 383388c9282054269e90d007461bd90c2ca6d35b
Subproject commit 332616e645c26753a137eaf36d921e6fcff77a74

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
FLIXEL := $(PWD)/flixel
MXMLC := mxmlc
MXMLC_FLAGS := -sp $(FLIXEL)
all:
cd HelloWorld/src && $(MAKE)
.PHONY: all
.EXPORT_ALL_VARIABLES:

1
flixel Submodule

@ -0,0 +1 @@
Subproject commit c2cf2b705436ca2119b6e78646c4ec68935cf061