diff options
| author | 2015-02-25 08:09:13 +0100 | |
|---|---|---|
| committer | 2015-02-25 08:09:13 +0100 | |
| commit | 6ae44e46f91aa2bd74d9895e6bfd345baebd3d22 (patch) | |
| tree | 70be3ad6f499bb138c0335e8d2d16790f6f971b3 /src/lib/lib.mak | |
| parent | 33c8d18d612786130c2baafd644604137f6f4ef8 (diff) | |
Cleanups and version bumpmame0159
Diffstat (limited to 'src/lib/lib.mak')
| -rw-r--r-- | src/lib/lib.mak | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/lib.mak b/src/lib/lib.mak index 7729063d4cb..7ee253bce81 100644 --- a/src/lib/lib.mak +++ b/src/lib/lib.mak @@ -629,17 +629,17 @@ BGFXOBJS = \ $(LIBOBJ)/bgfx/common/imgui/imgui.o \ $(LIBOBJ)/bgfx/common/nanovg/nanovg.o \ $(LIBOBJ)/bgfx/common/nanovg/nanovg_bgfx.o \ -# $(LIBOBJ)/bgfx/common/entry/cmd.o \ -# $(LIBOBJ)/bgfx/common/entry/dbg.o \ -# $(LIBOBJ)/bgfx/common/entry/entry.o \ -# $(LIBOBJ)/bgfx/common/entry/entry_android.o \ -# $(LIBOBJ)/bgfx/common/entry/entry_asmjs.o \ -# $(LIBOBJ)/bgfx/common/entry/entry_linux.o \ -# $(LIBOBJ)/bgfx/common/entry/entry_nacl.o \ -# $(LIBOBJ)/bgfx/common/entry/entry_qnx.o \ -# $(LIBOBJ)/bgfx/common/entry/entry_sdl.o \ -# $(LIBOBJ)/bgfx/common/entry/entry_windows.o \ -# $(LIBOBJ)/bgfx/common/entry/input.o \ +# $(LIBOBJ)/bgfx/common/entry/cmd.o \ +# $(LIBOBJ)/bgfx/common/entry/dbg.o \ +# $(LIBOBJ)/bgfx/common/entry/entry.o \ +# $(LIBOBJ)/bgfx/common/entry/entry_android.o \ +# $(LIBOBJ)/bgfx/common/entry/entry_asmjs.o \ +# $(LIBOBJ)/bgfx/common/entry/entry_linux.o \ +# $(LIBOBJ)/bgfx/common/entry/entry_nacl.o \ +# $(LIBOBJ)/bgfx/common/entry/entry_qnx.o \ +# $(LIBOBJ)/bgfx/common/entry/entry_sdl.o \ +# $(LIBOBJ)/bgfx/common/entry/entry_windows.o \ +# $(LIBOBJ)/bgfx/common/entry/input.o \ ifeq ($(TARGETOS),macosx) BGFXOBJS += $(LIBOBJ)/bgfx/glcontext_eagl.o |
