diff options
| author | 2006-12-31 15:00:07 +0000 | |
|---|---|---|
| committer | 2006-12-31 15:00:07 +0000 | |
| commit | 385ef9d8edbf6ecabc66f195c20f602f26009094 (patch) | |
| tree | db1e17bd134ad288e79ba695f4e70a979aa6fad0 /src/modules | |
| parent | updating vc++ 2005 projects (diff) | |
| download | KVIrc-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.vcproj | 8 |
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
|
