1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00
Benjamin Drung 787f2afd10 Introduce end-of-line normalization
Ensures that all files that Git considers to be text will have
normalized (LF) line endings in the repository. When core.eol is set to
native (which is the default), Git will convert the line endings of
normalized files in your working directory back to your platform's
native line ending.

See also https://git-scm.com/docs/gitattributes
2016-05-17 01:05:05 +02:00
..

These files, dot-cproject and dot-project, come from Philip Martin
(posted on Media_api mailing list on September 3, 2008).
He writes: "I do not have a makefile. I used Eclipse + CDT to build
PortMidi using MinGw. ... The two files .project and .cproject I 
believe must be in the root of the portmidi tree to work with Eclipse.
... I have only compiled the relevant sources into one .dll here."

The .project and .cproject files have been renamed to dot-project and
dot-cproject here to make them more visible. To use them, you will
need to rename them to .project and .cproject, and probably move them
to the portmidi tree root.

At this time, no one is actively maintaining Eclipse or MinGw versions
of PortMidi, so these files may be out-of-date or have other problems.
Feel free to submit updates or discuss the possibility of maintaining
these or some equivalent files for MinGw.

Update, 20 Sep 2010: CMake supports Code::Blocks in conjunction with
MinGW.

Roger Dannenberg
18-Oct-2008