mirror of
https://github.com/cheat-engine/cheat-engine
synced 2026-08-15 02:26:08 -04:00
remove some debug info
This commit is contained in:
parent
b105cf5638
commit
d02c1e6855
3 changed files with 15 additions and 7 deletions
|
|
@ -212,7 +212,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
AdditionalIncludeDirectories="../include"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;DEBUG;MSVC9;LUA_USER_H="""lua_user.h""""
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;MSVC9;LUA_USER_H="""lua_user.h""""
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
|
|
@ -294,7 +294,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
Optimization="3"
|
||||
AdditionalIncludeDirectories="../include"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;LUA_USER_H="""lua_user.h""""
|
||||
StringPooling="true"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="lua5.1_lib"
|
||||
ProjectGUID="{D7488B96-456A-1E46-8B0B-0F698E025694}"
|
||||
RootNamespace="lua5.1_lib"
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
AdditionalIncludeDirectories="../include"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
|
|
@ -214,6 +214,10 @@
|
|||
RelativePath="..\src\lmem.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\lnum.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\loadlib.c"
|
||||
>
|
||||
|
|
@ -258,6 +262,10 @@
|
|||
RelativePath="..\src\ltm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\lua_user.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\lundump.c"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9,00"
|
||||
Version="9.00"
|
||||
Name="luac5.1_exe"
|
||||
ProjectGUID="{0ADD7334-1F44-6344-8FD2-90199339BDCA}"
|
||||
RootNamespace="luac5.1_exe"
|
||||
|
|
@ -128,7 +128,7 @@
|
|||
AdditionalIncludeDirectories="../include;../src"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
AdditionalDependencies="lua5.1.lib"
|
||||
OutputFile="$(OutDir)/luac5.1.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="../lib/static"
|
||||
AdditionalLibraryDirectories="../lib/static;../lib/"
|
||||
GenerateManifest="false"
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue