diff options
author | Jacek Antonelli | 2008-08-15 23:45:02 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:02 -0500 |
commit | d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd (patch) | |
tree | 7ed0c2c27d717801238a2e6b5749cd5bf88c3059 /linden/indra/newview/newview.vcproj | |
parent | Second Life viewer sources 1.17.3.0 (diff) | |
download | meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.zip meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.gz meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.bz2 meta-impy-d644fc64407dcd14ffcee6a0e9fbe28ee3a4e9bd.tar.xz |
Second Life viewer sources 1.18.0.6
Diffstat (limited to 'linden/indra/newview/newview.vcproj')
-rw-r--r-- | linden/indra/newview/newview.vcproj | 116 |
1 files changed, 47 insertions, 69 deletions
diff --git a/linden/indra/newview/newview.vcproj b/linden/indra/newview/newview.vcproj index a6d4fa5..955d71a 100644 --- a/linden/indra/newview/newview.vcproj +++ b/linden/indra/newview/newview.vcproj | |||
@@ -55,7 +55,9 @@ | |||
55 | Description="Executing post-build batch file" | 55 | Description="Executing post-build batch file" |
56 | CommandLine="postbuild.bat debug"/> | 56 | CommandLine="postbuild.bat debug"/> |
57 | <Tool | 57 | <Tool |
58 | Name="VCPreBuildEventTool"/> | 58 | Name="VCPreBuildEventTool" |
59 | Description="Executing pre-build batch file" | ||
60 | CommandLine="prebuild.bat debug"/> | ||
59 | <Tool | 61 | <Tool |
60 | Name="VCPreLinkEventTool"/> | 62 | Name="VCPreLinkEventTool"/> |
61 | <Tool | 63 | <Tool |
@@ -118,7 +120,9 @@ | |||
118 | Description="Executing post-build batch file" | 120 | Description="Executing post-build batch file" |
119 | CommandLine="postbuild.bat release"/> | 121 | CommandLine="postbuild.bat release"/> |
120 | <Tool | 122 | <Tool |
121 | Name="VCPreBuildEventTool"/> | 123 | Name="VCPreBuildEventTool" |
124 | Description="Executing pre-build batch file" | ||
125 | CommandLine="prebuild.bat release"/> | ||
122 | <Tool | 126 | <Tool |
123 | Name="VCPreLinkEventTool"/> | 127 | Name="VCPreLinkEventTool"/> |
124 | <Tool | 128 | <Tool |
@@ -178,7 +182,9 @@ | |||
178 | Description="Executing post-build batch file" | 182 | Description="Executing post-build batch file" |
179 | CommandLine="postbuild.bat releasefordownload"/> | 183 | CommandLine="postbuild.bat releasefordownload"/> |
180 | <Tool | 184 | <Tool |
181 | Name="VCPreBuildEventTool"/> | 185 | Name="VCPreBuildEventTool" |
186 | Description="Executing pre-build batch file" | ||
187 | CommandLine="prebuild.bat releasefordownload"/> | ||
182 | <Tool | 188 | <Tool |
183 | Name="VCPreLinkEventTool"/> | 189 | Name="VCPreLinkEventTool"/> |
184 | <Tool | 190 | <Tool |
@@ -238,7 +244,9 @@ | |||
238 | Description="Executing post-build batch file" | 244 | Description="Executing post-build batch file" |
239 | CommandLine="postbuild.bat releasenoopt"/> | 245 | CommandLine="postbuild.bat releasenoopt"/> |
240 | <Tool | 246 | <Tool |
241 | Name="VCPreBuildEventTool"/> | 247 | Name="VCPreBuildEventTool" |
248 | Description="Executing pre-build batch file" | ||
249 | CommandLine="prebuild.bat releasenoopt"/> | ||
242 | <Tool | 250 | <Tool |
243 | Name="VCPreLinkEventTool"/> | 251 | Name="VCPreLinkEventTool"/> |
244 | <Tool | 252 | <Tool |
@@ -1100,71 +1108,6 @@ | |||
1100 | RelativePath=".\llviewerjointmesh.cpp"> | 1108 | RelativePath=".\llviewerjointmesh.cpp"> |
1101 | </File> | 1109 | </File> |
1102 | <File | 1110 | <File |
1103 | RelativePath=".\llviewerjointmesh_sse.cpp"> | ||
1104 | <FileConfiguration | ||
1105 | Name="Debug|Win32"> | ||
1106 | <Tool | ||
1107 | Name="VCCLCompilerTool" | ||
1108 | EnableEnhancedInstructionSet="1" | ||
1109 | UsePrecompiledHeader="0"/> | ||
1110 | </FileConfiguration> | ||
1111 | <FileConfiguration | ||
1112 | Name="Release|Win32"> | ||
1113 | <Tool | ||
1114 | Name="VCCLCompilerTool" | ||
1115 | EnableEnhancedInstructionSet="1" | ||
1116 | UsePrecompiledHeader="0"/> | ||
1117 | </FileConfiguration> | ||
1118 | <FileConfiguration | ||
1119 | Name="ReleaseForDownload|Win32"> | ||
1120 | <Tool | ||
1121 | Name="VCCLCompilerTool" | ||
1122 | EnableEnhancedInstructionSet="1" | ||
1123 | UsePrecompiledHeader="0"/> | ||
1124 | </FileConfiguration> | ||
1125 | <FileConfiguration | ||
1126 | Name="ReleaseNoOpt|Win32"> | ||
1127 | <Tool | ||
1128 | Name="VCCLCompilerTool" | ||
1129 | EnableEnhancedInstructionSet="1" | ||
1130 | UsePrecompiledHeader="0"/> | ||
1131 | </FileConfiguration> | ||
1132 | </File> | ||
1133 | <File | ||
1134 | RelativePath=".\llviewerjointmesh_sse2.cpp"> | ||
1135 | <FileConfiguration | ||
1136 | Name="Debug|Win32"> | ||
1137 | <Tool | ||
1138 | Name="VCCLCompilerTool" | ||
1139 | EnableEnhancedInstructionSet="2" | ||
1140 | UsePrecompiledHeader="0"/> | ||
1141 | </FileConfiguration> | ||
1142 | <FileConfiguration | ||
1143 | Name="Release|Win32"> | ||
1144 | <Tool | ||
1145 | Name="VCCLCompilerTool" | ||
1146 | EnableEnhancedInstructionSet="2" | ||
1147 | UsePrecompiledHeader="0"/> | ||
1148 | </FileConfiguration> | ||
1149 | <FileConfiguration | ||
1150 | Name="ReleaseForDownload|Win32"> | ||
1151 | <Tool | ||
1152 | Name="VCCLCompilerTool" | ||
1153 | EnableEnhancedInstructionSet="2" | ||
1154 | UsePrecompiledHeader="0"/> | ||
1155 | </FileConfiguration> | ||
1156 | <FileConfiguration | ||
1157 | Name="ReleaseNoOpt|Win32"> | ||
1158 | <Tool | ||
1159 | Name="VCCLCompilerTool" | ||
1160 | EnableEnhancedInstructionSet="2" | ||
1161 | UsePrecompiledHeader="0"/> | ||
1162 | </FileConfiguration> | ||
1163 | </File> | ||
1164 | <File | ||
1165 | RelativePath=".\llviewerjointmesh_vec.cpp"> | ||
1166 | </File> | ||
1167 | <File | ||
1168 | RelativePath=".\llviewerjointshape.cpp"> | 1111 | RelativePath=".\llviewerjointshape.cpp"> |
1169 | </File> | 1112 | </File> |
1170 | <File | 1113 | <File |
@@ -2952,6 +2895,41 @@ | |||
2952 | RelativePath=".\llviewerprecompiledheaders.h"> | 2895 | RelativePath=".\llviewerprecompiledheaders.h"> |
2953 | </File> | 2896 | </File> |
2954 | <File | 2897 | <File |
2898 | RelativePath="..\..\etc\message.xml"> | ||
2899 | <FileConfiguration | ||
2900 | Name="Debug|Win32"> | ||
2901 | <Tool | ||
2902 | Name="VCCustomBuildTool" | ||
2903 | Description="Copying message.xml" | ||
2904 | CommandLine="copy "$(InputPath)" .\app_settings\message.xml" | ||
2905 | Outputs="./app_settings/message.xml"/> | ||
2906 | </FileConfiguration> | ||
2907 | <FileConfiguration | ||
2908 | Name="Release|Win32"> | ||
2909 | <Tool | ||
2910 | Name="VCCustomBuildTool" | ||
2911 | Description="Copying message.xml" | ||
2912 | CommandLine="copy "$(InputPath)" .\app_settings\message.xml" | ||
2913 | Outputs="./app_settings/message.xml"/> | ||
2914 | </FileConfiguration> | ||
2915 | <FileConfiguration | ||
2916 | Name="ReleaseForDownload|Win32"> | ||
2917 | <Tool | ||
2918 | Name="VCCustomBuildTool" | ||
2919 | Description="Copying message.xml" | ||
2920 | CommandLine="copy "$(InputPath)" .\app_settings\message.xml" | ||
2921 | Outputs="./app_settings/message.xml"/> | ||
2922 | </FileConfiguration> | ||
2923 | <FileConfiguration | ||
2924 | Name="ReleaseNoOpt|Win32"> | ||
2925 | <Tool | ||
2926 | Name="VCCustomBuildTool" | ||
2927 | Description="Copying message.xml" | ||
2928 | CommandLine="copy "$(InputPath)" .\app_settings\message.xml" | ||
2929 | Outputs="./app_settings/message.xml"/> | ||
2930 | </FileConfiguration> | ||
2931 | </File> | ||
2932 | <File | ||
2955 | RelativePath="..\..\scripts\messages\message_template.msg"> | 2933 | RelativePath="..\..\scripts\messages\message_template.msg"> |
2956 | <FileConfiguration | 2934 | <FileConfiguration |
2957 | Name="Debug|Win32"> | 2935 | Name="Debug|Win32"> |