Closed Bug 1142009 Opened 9 years ago Closed 9 years ago

mach build-backend --backend=VisualStudio generate wrong project files

Categories

(Firefox :: Untriaged, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: alessarik, Unassigned)

References

Details

User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20150122214805

Steps to reproduce:

mach build-backend --backend=VisualStudio


Actual results:

Project files contains all header files, but only few cpp files.
As result work with Studio became harder.


Expected results:

Project files should contain all cpp files.
Project contains such strings:
  <ClInclude Include="$(TopSrcDir)\layout\base\nsStyleSheetService.h"/>
  <ClCompile Include="$(TopSrcDir)\layout\base\Unified_cpp_layout_base0.cpp"/>
As I understand, Unified_cpp_layout_base0.cpp is situated in another place.
As result Visual Studio cannot open this files.
OS: Windows 8 → All
Hardware: x86_64 → All
Duplicate of bug 1138250 ?
(In reply to andershol from comment #2)
> Duplicate of bug 1138250 ?
Looks like, YES.
Blocks: 1138250
Gonna call this fixed by bug 1138250.  Please reopen/refile if there are still problems.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.