blob: 5b626d705b033710a86ba471a5fef5e84388c69a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Name="language_switch"
ProjectGUID="{135AA27A-6B97-41E4-B172-CD31A2D33C5E}"
RootNamespace="language_switch"
Keyword="MakeFileProj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\language_switch\debugobj"
IntermediateDirectory="..\language_switch\debugobj"
ConfigurationType="0"
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="cd ..\language_switch && nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 SBR=1 && nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 bsc"
ReBuildCommandLine="cd ..\language_switch && nmake /A -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 && nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 bsc"
CleanCommandLine="cd ..\language_switch && nmake -f pspcl6_msvc.mak DEBUG=1 TDEBUG=1 DEBUGSYM=1 MSVC_VERSION=8 clean"
Output=""
PreprocessorDefinitions="WIN32;_DEBUG;"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
ForcedUsingAssemblies=""
CompileAsManaged=""
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\language_switch\obj"
IntermediateDirectory="..\language_switch\obj"
ConfigurationType="0"
>
<Tool
Name="VCNMakeTool"
BuildCommandLine="cd ..\language_switch && nmake -f pspcl6_msvc.mak MSVC_VERSION=8 SBR=1 && nmake -f pspcl6_msvc.mak bsc"
ReBuildCommandLine="cd ..\language_switch && nmake /A -f pspcl6_msvc.mak MSVC_VERSION=8 SBR=1 && nmake -f pspcl6_msvc.mak bsc"
CleanCommandLine="cd ..\language_switch && nmake -f pspcl6_msvc.mak clean"
Output=""
PreprocessorDefinitions="WIN32;NDEBUG;"
IncludeSearchPath=""
ForcedIncludes=""
AssemblySearchPath=""
ForcedUsingAssemblies=""
CompileAsManaged=""
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
|