changeset 576:57a752021364

Adapted some release settings. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@820 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Fri, 10 Oct 2008 18:44:04 +0000
parents 14bfd80e3e5a
children 4aed81d111df
files src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.vcproj
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.vcproj	Fri Oct 10 18:43:36 2008 +0000
+++ b/src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.vcproj	Fri Oct 10 18:44:04 2008 +0000
@@ -112,8 +112,8 @@
 		</Configuration>
 		<Configuration
 			Name="Release|Win32"
-			OutputDirectory="Release"
-			IntermediateDirectory="Release"
+			OutputDirectory="$(SolutionDir)$(ConfigurationName)_npp"
+			IntermediateDirectory="$(OutDir)\tmp"
 			ConfigurationType="2"
 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
 			CharacterSet="2"
@@ -144,7 +144,7 @@
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-				AdditionalIncludeDirectories=".;AboutDlg;NPPCommon/Ccpp"
+				AdditionalIncludeDirectories="&quot;$(QTDIR)\include\QtScript&quot;;.;AboutDlg;NPPCommon/Ccpp;.."
 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;UNIVERSALINDENTGUI_NPP_EXPORTS"
 				RuntimeLibrary="0"
 				UsePrecompiledHeader="0"
@@ -163,10 +163,10 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="shlwapi.lib comctl32.lib"
-				OutputFile="Release\$(ProjectName).dll"
+				AdditionalDependencies="shlwapi.lib comctl32.lib qtmain.lib QtGui4.lib QtCore4.lib QtScript4.lib"
+				OutputFile="D:\Programme\Tools\Notepad++\plugins\$(ProjectName).dll"
 				LinkIncremental="1"
-				GenerateDebugInformation="true"
+				GenerateDebugInformation="false"
 				SubSystem="2"
 				OptimizeReferences="2"
 				EnableCOMDATFolding="2"