mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
0f6338045a
Added "WIN32" preprocessor definition to the default VS2010 project. Replaced getHomePath() with the one mentioned in the pull request comments.
33 lines
339 B
Plaintext
33 lines
339 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# And on Windows
|
|
*.dll
|
|
*.pdb
|
|
*.exe.manifest
|
|
|
|
# Dependency makefiles
|
|
*.d
|
|
|
|
#Compiled executable
|
|
emulationstation
|
|
emulationstation.exe
|
|
|
|
#build directory
|
|
EmulationStation_vs2010
|
|
build
|
|
Debug
|
|
Release
|
|
MinSizeRel
|
|
RelWithDebInfo
|