summaryrefslogtreecommitdiff
path: root/ttd.vcproj
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2005-03-06 16:23:32 +0000
committerdarkvater <darkvater@openttd.org>2005-03-06 16:23:32 +0000
commit43f62fb0d8a95c0165c39d603d3078dbd7c8962e (patch)
tree34c37d0be691ba06c5e84abe413aaf26be74be59 /ttd.vcproj
parent00b9d1f09ac7fa1cb481d6fc5c95623e285c3379 (diff)
downloadopenttd-43f62fb0d8a95c0165c39d603d3078dbd7c8962e.tar.xz
(svn r1945) - CodeChange: re-commit of rev 1835: "Reduce the visibility of network_core.h (Tron)".
- VS6/.NET: moved ENABLE_NETWORK to the project file setting (same place as WITH_SDL, WITH_ZLIB) and removed it from network_core.h
Diffstat (limited to 'ttd.vcproj')
-rw-r--r--ttd.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttd.vcproj b/ttd.vcproj
index 643ab8f40..6852b1359 100644
--- a/ttd.vcproj
+++ b/ttd.vcproj
@@ -28,7 +28,7 @@
FavorSizeOrSpeed="2"
OmitFramePointers="TRUE"
OptimizeForProcessor="1"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_EXCEPTION_TRACKER;WIN32_ENABLE_DIRECTMUSIC_SUPPORT;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
StringPooling="TRUE"
ExceptionHandling="FALSE"
RuntimeLibrary="4"
@@ -175,7 +175,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WITH_ZLIB;WITH_PNG"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WITH_ZLIB;WITH_PNG;ENABLE_NETWORK"
BasicRuntimeChecks="3"
RuntimeLibrary="5"
UsePrecompiledHeader="2"