Skip to content

Commit

Permalink
Updated Makefiles to download Heap-Layers
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Mar 18, 2017
1 parent cc30e10 commit 5275686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all:
@echo "*****"
@echo "This Makefile is for Windows only. For other systems, use gmake."
@echo "*****"
git submodule update --init --checkout --recursive
git clone https://github.com/emeryberger/Heap-Layers
cl $(WIN_INCLUDES) $(WIN_DEFINES) $(WIN_FLAGS) "source\libhoard.cpp" "Heap-Layers\wrappers\winwrapper.cpp" "source\wintls.cpp" /GL /link /DLL /subsystem:console /OUT:libhoard.dll
cl $(WIN_INCLUDES) $(WIN_DEFINES) $(WIN_FLAGS) /c "source\uselibhoard.cpp"

Expand Down

0 comments on commit 5275686

Please sign in to comment.