Skip to content

Commit

Permalink
remove some debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 26, 2013
1 parent b105cf5 commit d02c1e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lua/mak.vs2008/lua5.1_dll.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -294,7 +294,7 @@
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
Optimization="3"
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;LUA_USER_H=&quot;&quot;&quot;lua_user.h&quot;&quot;&quot;"
StringPooling="true"
Expand Down
12 changes: 10 additions & 2 deletions lua/mak.vs2008/lua5.1_lib.vcproj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -110,7 +110,7 @@
AdditionalIncludeDirectories="../include"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
RuntimeLibrary="2"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
Expand Down Expand Up @@ -214,6 +214,10 @@
RelativePath="..\src\lmem.c"
>
</File>
<File
RelativePath="..\src\lnum.c"
>
</File>
<File
RelativePath="..\src\loadlib.c"
>
Expand Down Expand Up @@ -258,6 +262,10 @@
RelativePath="..\src\ltm.c"
>
</File>
<File
RelativePath="..\src\lua_user.c"
>
</File>
<File
RelativePath="..\src\lundump.c"
>
Expand Down
6 changes: 3 additions & 3 deletions lua/mak.vs2008/luac5.1_exe.vcproj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -128,7 +128,7 @@
AdditionalIncludeDirectories="../include;../src"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
RuntimeLibrary="2"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
Expand All @@ -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"
Expand Down

0 comments on commit d02c1e6

Please sign in to comment.