Skip to content

Commit ff1da35

Browse files
author
ijsf@gmx-topmail.de
committed
Final fixup. Everything seems to go.
1 parent 6be6f89 commit ff1da35

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

mak.vs2008/lua5.1_dll.vcproj

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
Version="9.00"
55
Name="lua5.1_dll"
66
ProjectGUID="{8EEECEE6-A6EC-BC48-8E76-22B87825444B}"
7+
RootNamespace="lua5.1_dll"
78
Keyword="Win32Proj"
89
TargetFrameworkVersion="131072"
910
>
@@ -17,7 +18,7 @@
1718
<Configurations>
1819
<Configuration
1920
Name="Debug|Win32"
20-
OutputDirectory="../../"
21+
OutputDirectory="../lib"
2122
IntermediateDirectory="../obj/lua5.1_dll/Debug"
2223
ConfigurationType="2"
2324
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -76,7 +77,7 @@
7677
SubSystem="2"
7778
RandomizedBaseAddress="1"
7879
DataExecutionPrevention="0"
79-
ImportLibrary="../../lua5.1d.lib"
80+
ImportLibrary="../lib/lua5.1d.lib"
8081
TargetMachine="1"
8182
/>
8283
<Tool
@@ -104,7 +105,7 @@
104105
</Configuration>
105106
<Configuration
106107
Name="Release|Win32"
107-
OutputDirectory="../../"
108+
OutputDirectory="../lib"
108109
IntermediateDirectory="../obj/lua5.1_dll/Release"
109110
ConfigurationType="2"
110111
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -163,7 +164,7 @@
163164
EnableCOMDATFolding="2"
164165
RandomizedBaseAddress="1"
165166
DataExecutionPrevention="0"
166-
ImportLibrary="../../lua5.1.lib"
167+
ImportLibrary="../lib/lua5.1.lib"
167168
TargetMachine="1"
168169
/>
169170
<Tool
@@ -191,7 +192,7 @@
191192
</Configuration>
192193
<Configuration
193194
Name="Nightly|Win32"
194-
OutputDirectory="../../"
195+
OutputDirectory="../lib"
195196
IntermediateDirectory="$(ConfigurationName)"
196197
ConfigurationType="2"
197198
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
@@ -250,7 +251,7 @@
250251
EnableCOMDATFolding="2"
251252
RandomizedBaseAddress="1"
252253
DataExecutionPrevention="0"
253-
ImportLibrary="../../lua5.1.lib"
254+
ImportLibrary="../lib/lua5.1.lib"
254255
TargetMachine="1"
255256
/>
256257
<Tool

mak.vs2008/lua5.1_lib.vcproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?xml version="1.0" encoding="Windows-1252"?>
22
<VisualStudioProject
33
ProjectType="Visual C++"
4-
Version="9,00"
4+
Version="9.00"
55
Name="lua5.1_lib"
66
ProjectGUID="{E2629417-52DF-854E-B510-C15A87AB4BE3}"
7+
RootNamespace="lua5.1_lib"
78
Keyword="Win32Proj"
89
TargetFrameworkVersion="131072"
910
>
@@ -66,7 +67,7 @@
6667
/>
6768
<Tool
6869
Name="VCLibrarianTool"
69-
OutputFile="../../lua5.1sd_2008.lib"
70+
OutputFile="../lib/lua5.1sd_2008.lib"
7071
IgnoreAllDefaultLibraries="true"
7172
/>
7273
<Tool
@@ -139,7 +140,7 @@
139140
/>
140141
<Tool
141142
Name="VCLibrarianTool"
142-
OutputFile="../../lua5.1s_2008.lib"
143+
OutputFile="../lib/lua5.1s_2008.lib"
143144
IgnoreAllDefaultLibraries="true"
144145
/>
145146
<Tool
@@ -212,7 +213,7 @@
212213
/>
213214
<Tool
214215
Name="VCLibrarianTool"
215-
OutputFile="../../lua5.1s_2008.lib"
216+
OutputFile="../lib/lua5.1s_2008.lib"
216217
IgnoreAllDefaultLibraries="true"
217218
/>
218219
<Tool

0 commit comments

Comments
 (0)