remove version from dep folders

This commit is contained in:
Anthony Pesch 2017-07-27 23:51:30 -04:00
parent 6b1345795d
commit 98997e6551
1228 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ list(APPEND RELIB_INCLUDES deps/chdr/src)
list(APPEND RELIB_LIBS chdr-static)
# dirent
list(APPEND RELIB_INCLUDES deps/dirent-1.21)
list(APPEND RELIB_INCLUDES deps/dirent)
# gdb_server
list(APPEND RELIB_INCLUDES deps/gdb_server)
@ -116,7 +116,7 @@ endif()
# xbyak
if(ARCH_X64)
list(APPEND RELIB_INCLUDES deps/xbyak-4.901)
list(APPEND RELIB_INCLUDES deps/xbyak)
endif()
#--------------------------------------------------
@ -154,8 +154,8 @@ if(PLATFORM_DARWIN)
set(SDL_FRAMEWORK_CARBON 1)
endif()
add_subdirectory(deps/sdl2-2.0.5 EXCLUDE_FROM_ALL)
list(APPEND RELIB_INCLUDES deps/sdl2-2.0.5/include)
add_subdirectory(deps/sdl2 EXCLUDE_FROM_ALL)
list(APPEND RELIB_INCLUDES deps/sdl2/include)
if(MINGW)
list(APPEND SDL_LIBS mingw32)

View File

Before

Width:  |  Height:  |  Size: 801 B

After

Width:  |  Height:  |  Size: 801 B

View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 429 B

View File

Before

Width:  |  Height:  |  Size: 801 B

After

Width:  |  Height:  |  Size: 801 B

View File

Before

Width:  |  Height:  |  Size: 329 B

After

Width:  |  Height:  |  Size: 329 B

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 429 B

After

Width:  |  Height:  |  Size: 429 B

Some files were not shown because too many files have changed in this diff Show More