mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-05 22:09:59 +03:00
Fix compilation under MSVC(VS2019)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$LIBPUBLIC"
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
|
||||
// shader_dll_verify.cpp defines a function called _ftol3. This means that we can't
|
||||
// link with the bug-fixed ftol3.obj. It also means we can't convert float-to-unsigned.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$LIBPUBLIC"
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
|
||||
// shader_dll_verify.cpp defines a function called _ftol3. This means that we can't
|
||||
// link with the bug-fixed ftol3.obj. It also means we can't convert float-to-unsigned.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$LIBPUBLIC"
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
|
||||
// shader_dll_verify.cpp defines a function called _ftol3. This means that we can't
|
||||
// link with the bug-fixed ftol3.obj. It also means we can't convert float-to-unsigned.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$LIBPUBLIC"
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
|
||||
// shader_dll_verify.cpp defines a function called _ftol3. This means that we can't
|
||||
// link with the bug-fixed ftol3.obj. It also means we can't convert float-to-unsigned.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
$Macro SRCDIR "..\.."
|
||||
$Macro OUTBINDIR "$LIBPUBLIC"
|
||||
$Macro OUTBINDIR "$SRCDIR\..\game\bin"
|
||||
|
||||
// shader_dll_verify.cpp defines a function called _ftol3. This means that we can't
|
||||
// link with the bug-fixed ftol3.obj. It also means we can't convert float-to-unsigned.
|
||||
|
||||
Reference in New Issue
Block a user