Skip to content

Commit

Permalink
0.6.0 compatibility attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastien-bouffier committed Mar 31, 2018
1 parent 4f9c800 commit 2ea537d
Show file tree
Hide file tree
Showing 167 changed files with 11 additions and 102,132 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ dist
/src/dep/mpg123-1.25.8
/src/dep/share
*.bz2
/dep
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "dep/glfw"]
path = dep/glfw
url = https://github.com/glfw/glfw.git
11 changes: 6 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,18 @@ endif
# Static libs
mpg123 := dep/lib/libmpg123.a
curl := dep/lib/libcurl.a
openssl := dep/lib/ssl.a

ifeq ($(ARCH), lin)
glfw := dep/lib/libglfw.a
glfw = dep/lib/libglfw.a
endif

ifeq ($(ARCH), mac)
glfw := dep/lib/libglfw.a
glfw = dep/lib/libglfw.a
endif

ifeq ($(ARCH), win)
glfw := dep/lib/libglfw3dll.a
glfw = dep/lib/libglfw3dll.a
endif

OBJECTS += $(mpg123) $(curl) $(glfw)
Expand Down Expand Up @@ -61,8 +62,8 @@ $(openssl):
cd dep && $(WGET) https://www.openssl.org/source/openssl-1.1.0g.tar.gz
cd dep && $(UNTAR) openssl-1.1.0g.tar.gz
cd dep/openssl-1.1.0g && ./config --prefix="$(realpath $(DEP_LOCAL))"
cd dep/openssl-1.1.0g $(MAKE)
cd dep/openssl-1.1.0g $(MAKE) install_sw
$(MAKE) -C dep/openssl-1.1.0g
$(MAKE) -C dep/openssl-1.1.0g install_sw

$(curl): $(openssl)
cd dep && $(WGET) https://github.com/curl/curl/releases/download/curl-7_56_0/curl-7.56.0.tar.gz
Expand Down
1 change: 1 addition & 0 deletions dep/glfw
Submodule glfw added at 0a3c4f
23 changes: 0 additions & 23 deletions dep/glfw/.appveyor.yml

This file was deleted.

1 change: 0 additions & 1 deletion dep/glfw/.gitattributes

This file was deleted.

84 changes: 0 additions & 84 deletions dep/glfw/.gitignore

This file was deleted.

78 changes: 0 additions & 78 deletions dep/glfw/.travis.yml

This file was deleted.

33 changes: 0 additions & 33 deletions dep/glfw/CMake/GenerateMappings.cmake

This file was deleted.

38 changes: 0 additions & 38 deletions dep/glfw/CMake/MacOSXBundleInfo.plist.in

This file was deleted.

13 changes: 0 additions & 13 deletions dep/glfw/CMake/amd64-mingw32msvc.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions dep/glfw/CMake/i586-mingw32msvc.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions dep/glfw/CMake/i686-pc-mingw32.cmake

This file was deleted.

13 changes: 0 additions & 13 deletions dep/glfw/CMake/i686-w64-mingw32.cmake

This file was deleted.

17 changes: 0 additions & 17 deletions dep/glfw/CMake/modules/FindEpollShim.cmake

This file was deleted.

Loading

0 comments on commit 2ea537d

Please sign in to comment.