From 10d2965791c78a23b2e1ca91f293c3d49f852d78 Mon Sep 17 00:00:00 2001 From: pixel Date: Wed, 28 Apr 2004 14:24:13 +0000 Subject: Fixing and updates for MSVC --- MSVC/Baltisot - generic/Baltisot - generic.vcproj | 203 ++++++++++++++++++++- .../PSX-Bundle - library.vcproj | 14 +- MSVC/Tools/master.mak | 6 +- 3 files changed, 214 insertions(+), 9 deletions(-) (limited to 'MSVC') diff --git a/MSVC/Baltisot - generic/Baltisot - generic.vcproj b/MSVC/Baltisot - generic/Baltisot - generic.vcproj index d1b056a..aae7e9c 100644 --- a/MSVC/Baltisot - generic/Baltisot - generic.vcproj +++ b/MSVC/Baltisot - generic/Baltisot - generic.vcproj @@ -20,7 +20,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\generic\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\includes;..\..\generic\lib\lua\include" - PreprocessorDefinitions="_WINDOWS;ZLIB_DLL;NO_HFILE" + PreprocessorDefinitions="_WINDOWS;ZLIB_DLL;NO_HFILE;READLINE_STATIC;READLINE_LIBRARY" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="5" @@ -32,7 +32,8 @@ Name="VCCustomBuildTool"/> + OutputFile="$(OutDir)/Baltisot - generic.lib" + IgnoreAllDefaultLibraries="FALSE"/> + OutputFile="$(OutDir)/Baltisot - generic.lib" + IgnoreAllDefaultLibraries="FALSE"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj index 17f8712..b3e4296 100644 --- a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj +++ b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj @@ -19,7 +19,7 @@ + + + + + + diff --git a/MSVC/Tools/master.mak b/MSVC/Tools/master.mak index 511c6c4..583f1eb 100644 --- a/MSVC/Tools/master.mak +++ b/MSVC/Tools/master.mak @@ -48,9 +48,9 @@ _XSD=xsd.exe #define our basic link line for managed code !IFDEF DEBUG -_LINK=link.exe /INCREMENTAL /NOLOGO /DEBUG /MACHINE:I386 /NODEFAULTLIB:LIBC +_LINK=link.exe /INCREMENTAL /NOLOGO /DEBUG /MACHINE:I386 /NODEFAULTLIB:LIBC /DEFAULTLIB:AdvAPI32 !ELSE -_LINK=link.exe /INCREMENTAL /NOLOGO /MACHINE:I386 /NODEFAULTLIB:LIBCD +_LINK=link.exe /INCREMENTAL /NOLOGO /MACHINE:I386 /NODEFAULTLIB:LIBCD /DEFAULTLIB:AdvAPI32 !ENDIF #this is used for compiling C# samples @@ -75,7 +75,7 @@ _CLEANFILES=*.obj *.tlb *.reg !ENDIF #set some command C++ flags -_CFLAGS=$(_CCFLAGS) /c /EHsc /D "_WINDOWS" /D "ZLIB_DLL" +_CFLAGS=$(_CCFLAGS) /c /EHsc /D "_WINDOWS" /D "ZLIB_DLL" /D "READLINE_STATIC" #set debug as the default for c++ !IFDEF DEBUG -- cgit v1.2.3