e0290fc856
This program is not built by default. Enable one of the following options to utilize it: * WITH_FULL_RELEASE * WITH_TEXTURE_GENERATOR It is heavily advised to make sure the MFC library is installed for Visual Studio and the computer is restarted afterwards. As a bonus, `zlib1.dll` can go away now. The old visual studio projects are still in play in case others still struggle with the code fixes.
191 lines
2.6 KiB
Plaintext
191 lines
2.6 KiB
Plaintext
# Traditional Compilation File Stuff.
|
|
*.o
|
|
*.obj
|
|
*.a
|
|
|
|
# CMake Files/Directories
|
|
CMakeFiles/
|
|
CMakeCache.txt
|
|
CMakeScripts/
|
|
cmake_install.cmake
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
# The following are generated from CMake, and thus should be stopped.
|
|
.codelite/
|
|
StepMania.project
|
|
StepMania.workspace
|
|
version.hpp
|
|
Build/*
|
|
Build/*/*
|
|
Debug/
|
|
Release/
|
|
Contents/
|
|
verdata.*
|
|
StepMania-debug
|
|
stepmania-debug
|
|
Xcode/Info.StepMania.plist
|
|
Xcode/plistHelper.hpp
|
|
src/version_updater/VersionUpdater
|
|
src/generated
|
|
extern/mad-0.15.1b/config.h
|
|
extern/libjpeg/jconfig.h
|
|
extern/newogg/include/ogg/config_types.h
|
|
|
|
# Text Editor Based Items
|
|
___*
|
|
*~
|
|
*.log
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
*.old
|
|
|
|
# Repository Files
|
|
*.orig
|
|
.git
|
|
.hg
|
|
.hgignore
|
|
.hgtags
|
|
.svn
|
|
.cvsignore
|
|
*.diff
|
|
*.patch
|
|
*_BACKUP_*
|
|
*_BASE_*
|
|
*_LOCAL_*
|
|
*_REMOTE_*
|
|
|
|
# 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
|
|
|
|
# Mac General Files
|
|
*.app
|
|
*.dmg
|
|
.DS_Store
|
|
|
|
# Visual Studio
|
|
*.pdb
|
|
*.sdf
|
|
*.opensdf
|
|
*.suo
|
|
*.exp
|
|
*.ilk
|
|
*.map
|
|
*.aps
|
|
*.res
|
|
|
|
# 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
|
|
core
|
|
|
|
# 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/*/*.lib
|
|
src/build-*
|
|
src/Release-*
|
|
src/libtomcrypt/build-*
|
|
src/libtomcrypt/Release-*
|
|
src/libtomcrypt/Debug
|
|
src/libtommath/build-*
|
|
src/libtommath/Release-*
|
|
src/libtommath/Debug
|
|
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
|