mirror of https://github.com/CGAL/cgal
.C ->.cpp and autolinking
This commit is contained in:
parent
0775cf4567
commit
f4d3f41786
|
|
@ -182,7 +182,7 @@
|
|||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o convex_hull_2.moc convex_hull_2.C
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o convex_hull_2.moc convex_hull_2.cpp
|
||||
"
|
||||
Outputs="convex_hull_2.moc"/>
|
||||
</FileConfiguration>
|
||||
|
|
@ -190,8 +190,7 @@
|
|||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o convex_hull_2.moc convex_hull_2.C
|
||||
"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o convex_hull_2.moc convex_hull_2.cpp"
|
||||
Outputs="convex_hull_2.moc"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
|
|||
|
|
@ -184,16 +184,14 @@
|
|||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o largest_empty_rect_2.moc largest_empty_rect_2.C
|
||||
"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o largest_empty_rect_2.moc largest_empty_rect_2.cpp"
|
||||
Outputs="largest_empty_rect_2.moc"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o largest_empty_rect_2.moc largest_empty_rect_2.C
|
||||
"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o largest_empty_rect_2.moc largest_empty_rect_2.cpp"
|
||||
Outputs="largest_empty_rect_2.moc"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
|
|||
|
|
@ -181,16 +181,14 @@
|
|||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o min_ellipse_2.moc min_ellipse_2.C
|
||||
"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o min_ellipse_2.moc min_ellipse_2.cpp"
|
||||
Outputs="min_ellipse_2.moc"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o min_ellipse_2.moc min_ellipse_2.C
|
||||
"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o min_ellipse_2.moc min_ellipse_2.cpp"
|
||||
Outputs="min_ellipse_2.moc"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
|
|||
|
|
@ -195,16 +195,14 @@
|
|||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o min_quadrilateral_2.moc min_quadrilateral_2.C
|
||||
"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o min_quadrilateral_2.moc min_quadrilateral_2.cpp"
|
||||
Outputs="min_quadrilateral_2.moc"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o min_quadrilateral_2.moc min_quadrilateral_2.C
|
||||
"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o min_quadrilateral_2.moc min_quadrilateral_2.cpp"
|
||||
Outputs="min_quadrilateral_2.moc"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
|
|||
|
|
@ -160,8 +160,7 @@
|
|||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o nef_2.moc nef_2.C
|
||||
"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o nef_2.moc nef_2.cpp"
|
||||
Outputs="nef_2.moc"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe delaunay_triangulation_2.C -o delaunay_triangulation_2.moc"/>
|
||||
CommandLine="$(QTDIR)/bin/moc.exe delaunay_triangulation_2.cpp -o delaunay_triangulation_2.moc"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
|
|
@ -107,7 +107,7 @@
|
|||
Name="VCPostBuildEventTool"/>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe delaunay_triangulation_2.C -o delaunay_triangulation_2.moc"/>
|
||||
CommandLine="$(QTDIR)/bin/moc.exe delaunay_triangulation_2.cpp -o delaunay_triangulation_2.moc"/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"/>
|
||||
<Tool
|
||||
|
|
|
|||
Loading…
Reference in New Issue