dc94728628
tl-dr: view the Build directory to see. This is intended to replace the project files that we presently maintain so that only a single set is needed instead of multiples. The following setups were used for testing: * Windows 8 and Visual Studio 2013 Desktop Express * Windows 7 and Visual Studio 2012 * Mac OS X Mavericks and Xcode * Ubuntu and makefiles * Fedora 21 and makefiles All three operating systems can generate projects, compile, link, and run. Windows and Mac OS X users will find their compiled binary in the same location as before, but Linux users will be surprised: it goes straight into the root directory, along with a symlinked GtkModules.so as appropriate. There is no more need for a manual symlinking step. Known issues: * At this time, MinGW likely does not work. Extra time will be needed. * The WITH_JPEG option may go away, and we'll just always require it. * Some linux libraries can use the system equivalents, but that is not up yet. For more information, check out the Build directory.
173 lines
2.3 KiB
Plaintext
173 lines
2.3 KiB
Plaintext
# Traditional Compilation File Stuff.
|
|
*.o
|
|
*.obj
|
|
|
|
# CMake Files/Directories
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
CMakeScripts/
|
|
cmake_install.cmake
|
|
# The following are generated from CMake, and thus should be stopped.
|
|
Build/*
|
|
Build/*/*
|
|
Debug/
|
|
Release/
|
|
Contents/
|
|
verdata.*
|
|
StepMania-debug
|
|
|
|
# Text Editor Based Items
|
|
___*
|
|
*~
|
|
*.log
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.old
|
|
|
|
# Repository Files
|
|
*.orig
|
|
.git
|
|
.hg
|
|
.hgignore
|
|
.hgtags
|
|
.svn
|
|
.cvsignore
|
|
*.diff
|
|
*.patch
|
|
|
|
# Mac Programming Files
|
|
*.pbxuser
|
|
PBProject/build
|
|
Xcode/build
|
|
Xcode/*.xcodeproj/xcuserdata/
|
|
*.xcodeproj/xcuserdata
|
|
*.xcodeproj/project.xcworkspace
|
|
*.xcscheme
|
|
WorkspaceSettings.xcsettings
|
|
UserInterfaceState.xcuserstate
|
|
*.xccheckout
|
|
contents.xcworkspacedata
|
|
xcschememanagement.plist
|
|
PBProject/Hardware.plist
|
|
lib*_link.a
|
|
|
|
# Mac General Files
|
|
*.app
|
|
*.dmg
|
|
.DS_Store
|
|
|
|
# Visual Studio
|
|
*.pdb
|
|
*.sdf
|
|
*.opensdf
|
|
*.suo
|
|
*.exp
|
|
*.ilk
|
|
*.map
|
|
|
|
# Windows General Files
|
|
Thumbs.db
|
|
*.exe
|
|
*.dll
|
|
nsis_strings_temp.inc
|
|
|
|
# Linux General Files
|
|
.dirstamp
|
|
Makefile
|
|
stepmania
|
|
Makefile.in
|
|
config.status
|
|
_build/*
|
|
aclocal.m4
|
|
autoconf/*
|
|
autom4te.cache/*
|
|
configure
|
|
src/Makefile.in
|
|
src/Makefile
|
|
src/config.h
|
|
src/config.h.in
|
|
src/stamp-h1
|
|
GtkModule.so
|
|
StepMania
|
|
|
|
# Version control specific.
|
|
*.BACKUP.*
|
|
*.BASE.*
|
|
*.LOCAL.*
|
|
*.REMOTE.*
|
|
|
|
# StepMania Specific
|
|
*.smzip
|
|
ver.cpp
|
|
gitversion.h
|
|
Cache/
|
|
Save/
|
|
Logs/
|
|
Songs/*
|
|
Screenshots/
|
|
portable.ini
|
|
Docs/doxygen
|
|
Data/UserPrefs
|
|
Data/uPrefs
|
|
Data/GamePrefs/*.cfg
|
|
Data/Static.ini
|
|
Themes/pump
|
|
Themes/pump-*
|
|
Themes/optical-release
|
|
Themes/moonlight
|
|
Themes/ultralight
|
|
Themes/test
|
|
src/version.bin
|
|
src/verstub.cpp
|
|
bundle/ffmpeg/.config
|
|
bundle/ffmpeg/.version
|
|
bundle/ffmpeg/config.*
|
|
bundle/ffmpeg/doc/config.texi
|
|
bundle/ffmpeg/libavutil/avconfig.h
|
|
bundle/ffmpeg/version.h
|
|
bundle/ffmpeg/*/*.so
|
|
bundle/ffmpeg/*/*.so.*
|
|
bundle/ffmpeg/*/*.ver
|
|
bundle/ffmpeg/*/*.def
|
|
bundle/ffmpeg/*/*.orig.def
|
|
bundle/ffmpeg/*/*.dll.a
|
|
bundle/ffmpeg/*/*.lib
|
|
src/build-*
|
|
src/Release-*
|
|
src/libtomcrypt/build-*
|
|
src/libtomcrypt/Release-*
|
|
src/libtomcrypt/Debug
|
|
src/libtommath/build-*
|
|
src/libtommath/Release-*
|
|
src/libtommath/Debug
|
|
src/*.a
|
|
src/*.so
|
|
ffmpeg-*
|
|
Data/SpeedMods.txt
|
|
crashinfo.txt
|
|
Utils/temp*
|
|
Program/StepMania*.lib
|
|
|
|
# Unknown File Types
|
|
*.dia
|
|
.deps
|
|
*.rej
|
|
tests/*.err
|
|
*.ncb
|
|
*.tlog
|
|
*.lastbuildstate
|
|
*.unsuccessfulbuild
|
|
*.ipch
|
|
*.dep
|
|
*.idb
|
|
*.user
|
|
*.mode1v3
|
|
*.vdi
|
|
*.lnk
|
|
BuildLog.htm
|
|
*.pch
|
|
*.swp
|
|
*.pc
|
|
*.d
|
|
|