bundle Windows dependencies inside the installer
http://libsdl.org/release/SDL-1.2.15-win32.zip http://kcat.strangesoft.net/openal-soft-1.15.1-bin.zip http://sourceforge.net/projects/gnuwin32/files/freetype/2.3.5-1/freetype-2.3.5-1-bin.zip http://sourceforge.net/projects/gnuwin32/files/zlib/1.2.3/zlib-1.2.3-bin.zip/download
This commit is contained in:
25
.gitignore
vendored
25
.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
# Visual Studio crap
|
||||
# Visual Studio
|
||||
Release
|
||||
bin
|
||||
obj
|
||||
@@ -8,14 +8,12 @@ obj
|
||||
*.user
|
||||
*.sln.cache
|
||||
*.manifest
|
||||
mods/*/*.dll
|
||||
*.CodeAnalysisLog.xml
|
||||
*.lastcodeanalysissucceeded
|
||||
|
||||
# ReSharper crap
|
||||
_ReSharper.*/
|
||||
|
||||
#binary stuff
|
||||
# binaries
|
||||
mods/*/*.dll
|
||||
/*.dll
|
||||
/*.dll.config
|
||||
*.pdb
|
||||
@@ -28,23 +26,14 @@ _ReSharper.*/
|
||||
\#*
|
||||
.*.sw?
|
||||
|
||||
# dependency DLLs (different for every platform!)
|
||||
cg.dll
|
||||
cgGL.dll
|
||||
freetype6.dll
|
||||
zlib1.dll
|
||||
SDL.dll
|
||||
|
||||
/OpenRa.Gl.dll
|
||||
|
||||
#monodevelop
|
||||
# Monodevelop
|
||||
*.pidb
|
||||
*.userprefs
|
||||
|
||||
# osx crap
|
||||
# Mac OS X
|
||||
.DS_Store
|
||||
|
||||
# osx build crap
|
||||
# XCode
|
||||
packaging/osx/launcher/build/
|
||||
packaging/osx/launcher/OpenRA.xcodeproj/*.pbxuser
|
||||
packaging/osx/launcher/OpenRA.xcodeproj/*.perspectivev3
|
||||
@@ -58,7 +47,7 @@ OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.perspectivev3
|
||||
OpenRA.Launcher.Mac/OpenRA.xcodeproj/*.mode1v3
|
||||
*.resources
|
||||
|
||||
# KDE crap
|
||||
# KDE
|
||||
*.kate-swp
|
||||
*.directory
|
||||
|
||||
|
||||
Reference in New Issue
Block a user