fruitjam-doom/msvc
Simon Howard 7684ddcfd8 Clean up file headers.
This change rewrites and simplifies the copyright headers at the top
of all source files:

 * Remove "Emacs style mode select" line; this line was included in
   the headers for the originally released source files and appears
   to be to set the file type for old versions of Emacs. I'm not sure
   entirely why it was required but I don't think it is any more.
 * Remove "You should have received a copy of..." text from copyright
   header. This refers to the old 59 Temple Place address where the
   FSF headquarters used to be located and is no longer correct.
   Rather than change to the new address, just remove the paragraph
   as it is superfluous anyway. This fixes #311.
 * Remove ---- separator lines so that the file headers are barer
   and more simplified.
2014-05-05 00:20:54 -04:00
..
.gitignore * Update MSVC project file 2013-02-09 18:18:26 +00:00
chocolate.sln Post-merge fixes: Created project for OPL library. Fixed OPL library to 2010-09-10 01:53:57 +00:00
config.h Bump version numbers for Codeblocks, MSVC project files from 1.99.0 to 2013-11-17 02:25:12 +00:00
doom.vcproj Fix compile under MSVC (thanks entryway). 2009-10-16 18:35:19 +00:00
heretic.vcproj Fix compile under MSVC (thanks entryway). 2009-10-16 18:35:19 +00:00
hexen.vcproj Made Hexen buildable with strife-branch's VC2008 .proj file. 2011-07-01 03:08:59 +00:00
inttypes.h Add MSVC inttypes.h and stdint.h implementations: might be useful in the 2006-12-22 01:44:32 +00:00
libopl.vcproj Make optimization settings consistent (static libraries do not support 2012-02-10 02:50:59 +00:00
libpcsound.vcproj Make optimization settings consistent (static libraries do not support 2012-02-10 02:50:59 +00:00
libtextscreen.vcproj * Update MSVC project file 2013-02-09 18:18:26 +00:00
README Move vc9/ project files into the msvc/ directory and update the README 2008-02-28 21:22:41 +00:00
server.vcproj Fix compile under MSVC (thanks entryway). 2009-10-16 18:35:19 +00:00
setup.vcproj Fix compile under MSVC (thanks entryway). 2009-10-16 18:35:19 +00:00
stdint.h Add MSVC inttypes.h and stdint.h implementations: might be useful in the 2006-12-22 01:44:32 +00:00
strife.vcproj Updated project file to add gusconf module 2013-04-06 01:41:32 +00:00
win32.rc Clean up file headers. 2014-05-05 00:20:54 -04:00
win_opendir.c Clean up file headers. 2014-05-05 00:20:54 -04:00
win_opendir.h Clean up file headers. 2014-05-05 00:20:54 -04:00

Project and header files for building with Microsoft Visual C++.  Please
note that the MSVC project files are not officially supported; the 
canonical way to build Chocolate Doom under Windows is using
MingW + MSYS.