Bug 297739 - case not sensitive in source file extension
Summary: case not sensitive in source file extension
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 0 DD 1.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Elena Laskavaia CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 10:19 EST by kris Jacobs CLA
Modified: 2009-12-14 10:19 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kris Jacobs CLA 2009-12-14 10:19:25 EST
User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5
Build Identifier: 20090920-1017

When adding a source file to a c++ project via the new->Source File menu option, a file named 'name.cPp' is allowed (note the case). However, when building, this file is not recognised as a source file thus doesnt seem to be passed to the compiler.

Reproducible: Always

Steps to Reproduce:
1. Create a c++ project
2. Add a file called test.cPp
3. build the project.