gotten build working, but missing symbols (???)
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -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
|
||||
|
Submodule HelloWorld updated: 383388c928...332616e645
11
Makefile
Normal file
11
Makefile
Normal 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
1
flixel
Submodule
Submodule flixel added at c2cf2b7054
Reference in New Issue
Block a user