forked from markus/S_New4
add_libs
This commit is contained in:
parent
cd0b5a361c
commit
f2cc766a5b
52
.gitignore
vendored
52
.gitignore
vendored
@ -3,74 +3,30 @@
|
|||||||
|
|
||||||
*~
|
*~
|
||||||
*.autosave
|
*.autosave
|
||||||
*.a
|
|
||||||
*.core
|
|
||||||
*.moc
|
*.moc
|
||||||
*.o
|
*.o
|
||||||
*.obj
|
*.obj
|
||||||
*.orig
|
*.orig
|
||||||
*.rej
|
*.rej
|
||||||
*.so
|
|
||||||
*.so.*
|
|
||||||
*_pch.h.cpp
|
|
||||||
*_resource.rc
|
|
||||||
*.qm
|
|
||||||
.#*
|
|
||||||
*.*#
|
|
||||||
core
|
|
||||||
!core/
|
|
||||||
tags
|
|
||||||
.DS_Store
|
|
||||||
.directory
|
|
||||||
*.debug
|
*.debug
|
||||||
Makefile?*
|
Makefile?*
|
||||||
*.prl
|
*.prl
|
||||||
*.app
|
*.app
|
||||||
moc_*.cpp
|
moc_*.cpp
|
||||||
ui_*.h
|
|
||||||
qrc_*.cpp
|
|
||||||
Thumbs.db
|
|
||||||
*.res
|
|
||||||
*.rc
|
|
||||||
/.qmake.cache
|
/.qmake.cache
|
||||||
/.qmake.stash
|
/.qmake.stash
|
||||||
|
|
||||||
# qtcreator generated files
|
# qtcreator generated files
|
||||||
*.pro.user*
|
*.pro.user*
|
||||||
|
|
||||||
# xemacs temporary files
|
|
||||||
*.flc
|
|
||||||
|
|
||||||
# Vim temporary files
|
|
||||||
.*.swp
|
|
||||||
|
|
||||||
# Visual Studio generated files
|
|
||||||
*.ib_pdb_index
|
|
||||||
*.idb
|
|
||||||
*.ilk
|
|
||||||
*.pdb
|
|
||||||
*.sln
|
|
||||||
*.suo
|
|
||||||
*.vcproj
|
|
||||||
*vcproj.*.*.user
|
|
||||||
*.ncb
|
|
||||||
*.sdf
|
|
||||||
*.opensdf
|
|
||||||
*.vcxproj
|
|
||||||
*vcxproj.*
|
|
||||||
|
|
||||||
# MinGW generated files
|
# MinGW generated files
|
||||||
*.Debug
|
*.Debug
|
||||||
*.Release
|
*.Release
|
||||||
|
|
||||||
# Python byte code
|
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# Binaries
|
|
||||||
# --------
|
|
||||||
*.dll
|
|
||||||
*.exe
|
|
||||||
|
|
||||||
#Own adds:
|
#Own adds:
|
||||||
build*
|
build*
|
||||||
Makefile
|
Makefile
|
||||||
|
BIN
alt/LIBCURL.DLL
Normal file
BIN
alt/LIBCURL.DLL
Normal file
Binary file not shown.
BIN
lib/libcurl.a
Normal file
BIN
lib/libcurl.a
Normal file
Binary file not shown.
BIN
lib/libcurl.dll.a
Normal file
BIN
lib/libcurl.dll.a
Normal file
Binary file not shown.
BIN
src/debug/S_New4.exe
Normal file
BIN
src/debug/S_New4.exe
Normal file
Binary file not shown.
BIN
x86_64-WIN_LIBS/libcurl-x64.dll
Normal file
BIN
x86_64-WIN_LIBS/libcurl-x64.dll
Normal file
Binary file not shown.
BIN
x86_64-WIN_LIBS/libgcc_s_seh-1.dll
Normal file
BIN
x86_64-WIN_LIBS/libgcc_s_seh-1.dll
Normal file
Binary file not shown.
BIN
x86_64-WIN_LIBS/libstdc++-6.dll
Normal file
BIN
x86_64-WIN_LIBS/libstdc++-6.dll
Normal file
Binary file not shown.
BIN
x86_64-WIN_LIBS/libwinpthread-1.dll
Normal file
BIN
x86_64-WIN_LIBS/libwinpthread-1.dll
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user