GNOME Bugzilla – Bug 393626
VS project files conversion to Windows format for Releases
Last modified: 2007-12-18 09:46:52 UTC
Hi, Visual studio fails to load projects when the project files are in UNIX format. Would it be possible to convert all the Visual Studio files (*.dsp and *.dsw) to windows format when making releases for all the modules ? Thanks, Sebastien
-good, -ugly, -bad, -ffmpeg, -python, gnonlin, gst-phonon need to include win32.mak in their top-level Makefile.am if they have win32 stuff: 2007-12-17 Tim-Philipp Müller <tim at centricular dot net> * win32.mak: (win32), (win32defs), (win32crlf): Make check for CR LF in Visual C++ 6.0 project files work, based on patch by David Schleef (#496722, #393626).
Sebastien: when you add new .dsp/.dsw files, please make sure to cvs add them with the -kb flags, so that CVS doesn't do any magic newline conversions on checkout (can later be added with cvs admin -kb file). Also fixed in -good: 2007-12-18 Tim-Philipp Müller <tim at centricular dot net> * Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626). * win32/vs6/libgstpng.dsp: Fix line endings and do cvs admin -kb. and -ugly, -bad, gst-ffmpeg, and for gst-python: 2007-12-18 Tim-Philipp Müller <tim at centricular dot net> * Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626). * win32/vs6/gst_python.dsw: * win32/vs6/libgstpython.dsp: * win32/vs6/pygenfiles.dsp: Fix line endings and do cvs admin -kb. Please test these changes when you have time, thanks!