gotten build working, but missing symbols (???)
This commit is contained in:
parent
8777b26e0a
commit
e500a643ed
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +1,6 @@
|
|||||||
[submodule "HelloWorld"]
|
[submodule "HelloWorld"]
|
||||||
path = HelloWorld
|
path = HelloWorld
|
||||||
url = git://github.com/AdamAtomic/HelloWorld.git
|
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
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
@ -0,0 +1 @@
|
|||||||
|
Subproject commit c2cf2b705436ca2119b6e78646c4ec68935cf061
|
Loading…
Reference in New Issue
Block a user