After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 393626 - VS project files conversion to Windows format for Releases
VS project files conversion to Windows format for Releases
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
git master
Other Windows
: Normal normal
: 0.10.16
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-01-06 18:42 UTC by Sebastien Moutte
Modified: 2007-12-18 09:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Moutte 2007-01-06 18:42:41 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
Comment 1 Tim-Philipp Müller 2007-12-17 23:45:06 UTC
-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).

Comment 2 Tim-Philipp Müller 2007-12-18 09:46:52 UTC
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!