mirror of https://github.com/CGAL/cgal
Fix for Release Mode
This commit is contained in:
parent
ed48011ef1
commit
e66ea7d805
|
|
@ -86,7 +86,7 @@
|
|||
AdditionalOptions="$(CGALROOT)\lib\msvc7\CGAL.lib $(CGALROOT)\lib\msvc7\CGALQt.lib $(QTDIR)\lib\qt.lib $(QTDIR)\lib\qtmain.lib $(CGALROOT)\lib\msvc7\gmp.lib wsock32.lib winmm.lib imm32.lib opengl32.lib glu32.lib"
|
||||
OutputFile="$(OutDir)/nef_2.exe"
|
||||
LinkIncremental="1"
|
||||
IgnoreDefaultLibraryNames="LIBC"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="TRUE"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
|
|
@ -145,7 +145,8 @@
|
|||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget_toolbar.moc Qt_widget_toolbar.h"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget_toolbar.moc Qt_widget_toolbar.h
|
||||
"
|
||||
Outputs="Qt_widget_toolbar.moc"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
@ -155,14 +156,16 @@
|
|||
Name="Debug|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget_toolbar_layers.moc Qt_widget_toolbar_layers.h"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget_toolbar_layers.moc Qt_widget_toolbar_layers.h
|
||||
"
|
||||
Outputs="Qt_widget_toolbar_layers.moc"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget_toolbar_layers.moc Qt_widget_toolbar_layers.h"
|
||||
CommandLine="$(QTDIR)/bin/moc.exe -o Qt_widget_toolbar_layers.moc Qt_widget_toolbar_layers.h
|
||||
"
|
||||
Outputs="Qt_widget_toolbar_layers.moc"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
@ -175,14 +178,16 @@
|
|||
Name="Debug|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.C
|
||||
"
|
||||
Outputs="nef_2.moc"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
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.C
|
||||
"
|
||||
Outputs="nef_2.moc"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
|
|||
Loading…
Reference in New Issue