aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Noldor2006-12-31 15:00:07 +0000
committerGravatar Noldor2006-12-31 15:00:07 +0000
commit385ef9d8edbf6ecabc66f195c20f602f26009094 (patch)
treedb1e17bd134ad288e79ba695f4e70a979aa6fad0 /src/modules
parentupdating vc++ 2005 projects (diff)
downloadKVIrc-385ef9d8edbf6ecabc66f195c20f602f26009094.tar.gz
KVIrc-385ef9d8edbf6ecabc66f195c20f602f26009094.tar.bz2
KVIrc-385ef9d8edbf6ecabc66f195c20f602f26009094.zip
small fix in vc++ 2005 project
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@84 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/theme/theme_vc05.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/theme/theme_vc05.vcproj b/src/modules/theme/theme_vc05.vcproj
index b1c8380c1..748d5d7b8 100644
--- a/src/modules/theme/theme_vc05.vcproj
+++ b/src/modules/theme/theme_vc05.vcproj
@@ -4,7 +4,7 @@
Version="8,00"
Name="theme"
ProjectGUID="{71BA7AEE-3FE7-4922-A184-BD3ABD64AF94}"
- RootNamespace="str"
+ RootNamespace="theme"
Keyword="Win32Proj"
>
<Platforms>
@@ -69,10 +69,10 @@
GenerateManifest="true"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/str.pdb"
+ ProgramDatabaseFile="$(OutDir)/theme.pdb"
SubSystem="2"
TurnOffAssemblyGeneration="true"
- ImportLibrary="$(OutDir)/str.lib"
+ ImportLibrary="$(OutDir)/theme.lib"
TargetMachine="1"
/>
<Tool
@@ -169,7 +169,7 @@
OptimizeForWindows98="1"
LinkTimeCodeGeneration="1"
TurnOffAssemblyGeneration="true"
- ImportLibrary="$(OutDir)/str.lib"
+ ImportLibrary="$(OutDir)/theme.lib"
TargetMachine="1"
/>
<Tool