diff options
-rw-r--r-- | eAthena.sln | 3 | ||||
-rw-r--r-- | vcproj/map-server_txt.vcproj | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/eAthena.sln b/eAthena.sln index b8444b1bb..66b082b91 100644 --- a/eAthena.sln +++ b/eAthena.sln @@ -44,15 +44,12 @@ Global {D356871D-58E1-450B-967A-E4E9646175AF}.Debug.ActiveCfg = Debug|Win32
{D356871D-58E1-450B-967A-E4E9646175AF}.Debug.Build.0 = Debug|Win32
{D356871D-58E1-450B-967A-E4E9646175AF}.Release.ActiveCfg = Release|Win32
- {D356871D-58E1-450B-967A-E4E9646175AF}.Release.Build.0 = Release|Win32
{D356871D-58E1-450B-967A-E5E9646175AF}.Debug.ActiveCfg = Debug|Win32
{D356871D-58E1-450B-967A-E5E9646175AF}.Debug.Build.0 = Debug|Win32
{D356871D-58E1-450B-967A-E5E9646175AF}.Release.ActiveCfg = Release|Win32
- {D356871D-58E1-450B-967A-E5E9646175AF}.Release.Build.0 = Release|Win32
{D356871D-58E1-450B-967A-E6E9646175AF}.Debug.ActiveCfg = Debug|Win32
{D356871D-58E1-450B-967A-E6E9646175AF}.Debug.Build.0 = Debug|Win32
{D356871D-58E1-450B-967A-E6E9646175AF}.Release.ActiveCfg = Release|Win32
- {D356871D-58E1-450B-967A-E6E9646175AF}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
diff --git a/vcproj/map-server_txt.vcproj b/vcproj/map-server_txt.vcproj index 83aac2565..1a24f2ce6 100644 --- a/vcproj/map-server_txt.vcproj +++ b/vcproj/map-server_txt.vcproj @@ -71,7 +71,7 @@ AdditionalIncludeDirectories="..\src\common;..\src\map;..\src\zlib"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WIN32;PACKETVER=6;TXT_ONLY;NEW_006b;__WIN32;LOCALZLIB"
RuntimeLibrary="4"
- UsePrecompiledHeader="3"
+ UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
DebugInformationFormat="3"/>
|