Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | # Microsoft Developer Studio Project File - Name="SFXSetup-moz" - Package Owner=<4> |
michael@0 | 2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 |
michael@0 | 3 | # ** DO NOT EDIT ** |
michael@0 | 4 | |
michael@0 | 5 | # TARGTYPE "Win32 (x86) Application" 0x0101 |
michael@0 | 6 | |
michael@0 | 7 | CFG=SFXSetup-moz - Win32 Debug |
michael@0 | 8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE, |
michael@0 | 9 | !MESSAGE use the Export Makefile command and run |
michael@0 | 10 | !MESSAGE |
michael@0 | 11 | !MESSAGE NMAKE /f "SFXSetup-moz.mak". |
michael@0 | 12 | !MESSAGE |
michael@0 | 13 | !MESSAGE You can specify a configuration when running NMAKE |
michael@0 | 14 | !MESSAGE by defining the macro CFG on the command line. For example: |
michael@0 | 15 | !MESSAGE |
michael@0 | 16 | !MESSAGE NMAKE /f "SFXSetup-moz.mak" CFG="SFXSetup-moz - Win32 Debug" |
michael@0 | 17 | !MESSAGE |
michael@0 | 18 | !MESSAGE Possible choices for configuration are: |
michael@0 | 19 | !MESSAGE |
michael@0 | 20 | !MESSAGE "SFXSetup-moz - Win32 Release" (based on "Win32 (x86) Application") |
michael@0 | 21 | !MESSAGE "SFXSetup-moz - Win32 Debug" (based on "Win32 (x86) Application") |
michael@0 | 22 | !MESSAGE "SFXSetup-moz - Win32 ReleaseD" (based on "Win32 (x86) Application") |
michael@0 | 23 | !MESSAGE |
michael@0 | 24 | |
michael@0 | 25 | # Begin Project |
michael@0 | 26 | # PROP AllowPerConfigDependencies 0 |
michael@0 | 27 | # PROP Scc_ProjName "" |
michael@0 | 28 | # PROP Scc_LocalPath "" |
michael@0 | 29 | CPP=cl.exe |
michael@0 | 30 | MTL=midl.exe |
michael@0 | 31 | RSC=rc.exe |
michael@0 | 32 | |
michael@0 | 33 | !IF "$(CFG)" == "SFXSetup-moz - Win32 Release" |
michael@0 | 34 | |
michael@0 | 35 | # PROP BASE Use_MFC 0 |
michael@0 | 36 | # PROP BASE Use_Debug_Libraries 0 |
michael@0 | 37 | # PROP BASE Output_Dir "Release" |
michael@0 | 38 | # PROP BASE Intermediate_Dir "Release" |
michael@0 | 39 | # PROP BASE Target_Dir "" |
michael@0 | 40 | # PROP Use_MFC 0 |
michael@0 | 41 | # PROP Use_Debug_Libraries 0 |
michael@0 | 42 | # PROP Output_Dir "Release" |
michael@0 | 43 | # PROP Intermediate_Dir "Release" |
michael@0 | 44 | # PROP Ignore_Export_Lib 0 |
michael@0 | 45 | # PROP Target_Dir "" |
michael@0 | 46 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c |
michael@0 | 47 | # ADD CPP /nologo /Gz /MT /W3 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "_SFX" /D "_NO_CRYPTO" /Yu"StdAfx.h" /FD /c |
michael@0 | 48 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
michael@0 | 49 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
michael@0 | 50 | # ADD BASE RSC /l 0x419 /d "NDEBUG" |
michael@0 | 51 | # ADD RSC /l 0x419 /d "NDEBUG" |
michael@0 | 52 | BSC32=bscmake.exe |
michael@0 | 53 | # ADD BASE BSC32 /nologo |
michael@0 | 54 | # ADD BSC32 /nologo |
michael@0 | 55 | LINK32=link.exe |
michael@0 | 56 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 |
michael@0 | 57 | # ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /out:"C:\Util\7zS.sfx" /opt:NOWIN98 |
michael@0 | 58 | # SUBTRACT LINK32 /pdb:none |
michael@0 | 59 | |
michael@0 | 60 | !ELSEIF "$(CFG)" == "SFXSetup-moz - Win32 Debug" |
michael@0 | 61 | |
michael@0 | 62 | # PROP BASE Use_MFC 0 |
michael@0 | 63 | # PROP BASE Use_Debug_Libraries 1 |
michael@0 | 64 | # PROP BASE Output_Dir "Debug" |
michael@0 | 65 | # PROP BASE Intermediate_Dir "Debug" |
michael@0 | 66 | # PROP BASE Target_Dir "" |
michael@0 | 67 | # PROP Use_MFC 0 |
michael@0 | 68 | # PROP Use_Debug_Libraries 1 |
michael@0 | 69 | # PROP Output_Dir "Debug" |
michael@0 | 70 | # PROP Intermediate_Dir "Debug" |
michael@0 | 71 | # PROP Ignore_Export_Lib 0 |
michael@0 | 72 | # PROP Target_Dir "" |
michael@0 | 73 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c |
michael@0 | 74 | # ADD CPP /nologo /Gz /MTd /W3 /Gm /GX /ZI /Od /I "..\..\..\\" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "_SFX" /D "_NO_CRYPTO" /Yu"StdAfx.h" /FD /GZ /c |
michael@0 | 75 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
michael@0 | 76 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 |
michael@0 | 77 | # ADD BASE RSC /l 0x419 /d "_DEBUG" |
michael@0 | 78 | # ADD RSC /l 0x419 /d "_DEBUG" |
michael@0 | 79 | BSC32=bscmake.exe |
michael@0 | 80 | # ADD BASE BSC32 /nologo |
michael@0 | 81 | # ADD BSC32 /nologo |
michael@0 | 82 | LINK32=link.exe |
michael@0 | 83 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept |
michael@0 | 84 | # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib /nologo /subsystem:windows /debug /machine:I386 /out:"C:\UTIL\7zSfxS.exe" /pdbtype:sept |
michael@0 | 85 | |
michael@0 | 86 | !ELSEIF "$(CFG)" == "SFXSetup-moz - Win32 ReleaseD" |
michael@0 | 87 | |
michael@0 | 88 | # PROP BASE Use_MFC 0 |
michael@0 | 89 | # PROP BASE Use_Debug_Libraries 0 |
michael@0 | 90 | # PROP BASE Output_Dir "ReleaseD" |
michael@0 | 91 | # PROP BASE Intermediate_Dir "ReleaseD" |
michael@0 | 92 | # PROP BASE Ignore_Export_Lib 0 |
michael@0 | 93 | # PROP BASE Target_Dir "" |
michael@0 | 94 | # PROP Use_MFC 0 |
michael@0 | 95 | # PROP Use_Debug_Libraries 0 |
michael@0 | 96 | # PROP Output_Dir "ReleaseD" |
michael@0 | 97 | # PROP Intermediate_Dir "ReleaseD" |
michael@0 | 98 | # PROP Ignore_Export_Lib 0 |
michael@0 | 99 | # PROP Target_Dir "" |
michael@0 | 100 | # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "_SFX" /Yu"StdAfx.h" /FD /c |
michael@0 | 101 | # ADD CPP /nologo /Gz /MD /W3 /GX /O1 /I "..\..\..\\" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "EXTRACT_ONLY" /D "EXCLUDE_COM" /D "NO_REGISTRY" /D "FORMAT_7Z" /D "COMPRESS_LZMA" /D "COMPRESS_BCJ_X86" /D "COMPRESS_BCJ2" /D "COMPRESS_COPY" /D "_SFX" /D "_NO_CRYPTO" /Yu"StdAfx.h" /FD /c |
michael@0 | 102 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
michael@0 | 103 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 |
michael@0 | 104 | # ADD BASE RSC /l 0x419 /d "NDEBUG" |
michael@0 | 105 | # ADD RSC /l 0x419 /d "NDEBUG" |
michael@0 | 106 | BSC32=bscmake.exe |
michael@0 | 107 | # ADD BASE BSC32 /nologo |
michael@0 | 108 | # ADD BSC32 /nologo |
michael@0 | 109 | LINK32=link.exe |
michael@0 | 110 | # ADD BASE LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /out:"C:\UTIL\7zWinSR.exe" |
michael@0 | 111 | # SUBTRACT BASE LINK32 /debug /nodefaultlib |
michael@0 | 112 | # ADD LINK32 comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386 /out:"ReleaseD\7zSD.sfx" /opt:NOWIN98 |
michael@0 | 113 | # SUBTRACT LINK32 /pdb:none |
michael@0 | 114 | |
michael@0 | 115 | !ENDIF |
michael@0 | 116 | |
michael@0 | 117 | # Begin Target |
michael@0 | 118 | |
michael@0 | 119 | # Name "SFXSetup-moz - Win32 Release" |
michael@0 | 120 | # Name "SFXSetup-moz - Win32 Debug" |
michael@0 | 121 | # Name "SFXSetup-moz - Win32 ReleaseD" |
michael@0 | 122 | # Begin Group "Spec" |
michael@0 | 123 | |
michael@0 | 124 | # PROP Default_Filter "" |
michael@0 | 125 | # Begin Source File |
michael@0 | 126 | |
michael@0 | 127 | SOURCE=.\resource.rc |
michael@0 | 128 | # End Source File |
michael@0 | 129 | # Begin Source File |
michael@0 | 130 | |
michael@0 | 131 | SOURCE=.\StdAfx.cpp |
michael@0 | 132 | # ADD CPP /Yc"StdAfx.h" |
michael@0 | 133 | # End Source File |
michael@0 | 134 | # Begin Source File |
michael@0 | 135 | |
michael@0 | 136 | SOURCE=.\StdAfx.h |
michael@0 | 137 | # End Source File |
michael@0 | 138 | # End Group |
michael@0 | 139 | # Begin Group "Interface" |
michael@0 | 140 | |
michael@0 | 141 | # PROP Default_Filter "" |
michael@0 | 142 | # End Group |
michael@0 | 143 | # Begin Group "7z" |
michael@0 | 144 | |
michael@0 | 145 | # PROP Default_Filter "" |
michael@0 | 146 | # Begin Source File |
michael@0 | 147 | |
michael@0 | 148 | SOURCE=..\..\Archive\7z\7zDecode.cpp |
michael@0 | 149 | # End Source File |
michael@0 | 150 | # Begin Source File |
michael@0 | 151 | |
michael@0 | 152 | SOURCE=..\..\Archive\7z\7zDecode.h |
michael@0 | 153 | # End Source File |
michael@0 | 154 | # Begin Source File |
michael@0 | 155 | |
michael@0 | 156 | SOURCE=..\..\Archive\7z\7zExtract.cpp |
michael@0 | 157 | # End Source File |
michael@0 | 158 | # Begin Source File |
michael@0 | 159 | |
michael@0 | 160 | SOURCE=..\..\Archive\7z\7zFolderOutStream.cpp |
michael@0 | 161 | # End Source File |
michael@0 | 162 | # Begin Source File |
michael@0 | 163 | |
michael@0 | 164 | SOURCE=..\..\Archive\7z\7zFolderOutStream.h |
michael@0 | 165 | # End Source File |
michael@0 | 166 | # Begin Source File |
michael@0 | 167 | |
michael@0 | 168 | SOURCE=..\..\Archive\7z\7zHandler.cpp |
michael@0 | 169 | # End Source File |
michael@0 | 170 | # Begin Source File |
michael@0 | 171 | |
michael@0 | 172 | SOURCE=..\..\Archive\7z\7zHandler.h |
michael@0 | 173 | # End Source File |
michael@0 | 174 | # Begin Source File |
michael@0 | 175 | |
michael@0 | 176 | SOURCE=..\..\Archive\7z\7zHeader.cpp |
michael@0 | 177 | # End Source File |
michael@0 | 178 | # Begin Source File |
michael@0 | 179 | |
michael@0 | 180 | SOURCE=..\..\Archive\7z\7zHeader.h |
michael@0 | 181 | # End Source File |
michael@0 | 182 | # Begin Source File |
michael@0 | 183 | |
michael@0 | 184 | SOURCE=..\..\Archive\7z\7zIn.cpp |
michael@0 | 185 | # End Source File |
michael@0 | 186 | # Begin Source File |
michael@0 | 187 | |
michael@0 | 188 | SOURCE=..\..\Archive\7z\7zIn.h |
michael@0 | 189 | # End Source File |
michael@0 | 190 | # Begin Source File |
michael@0 | 191 | |
michael@0 | 192 | SOURCE=..\..\Archive\7z\7zItem.h |
michael@0 | 193 | # End Source File |
michael@0 | 194 | # Begin Source File |
michael@0 | 195 | |
michael@0 | 196 | SOURCE=..\..\Archive\7z\7zMethodID.cpp |
michael@0 | 197 | # End Source File |
michael@0 | 198 | # Begin Source File |
michael@0 | 199 | |
michael@0 | 200 | SOURCE=..\..\Archive\7z\7zMethodID.h |
michael@0 | 201 | # End Source File |
michael@0 | 202 | # End Group |
michael@0 | 203 | # Begin Group "Archive Common" |
michael@0 | 204 | |
michael@0 | 205 | # PROP Default_Filter "" |
michael@0 | 206 | # Begin Source File |
michael@0 | 207 | |
michael@0 | 208 | SOURCE=..\..\Archive\Common\CoderMixer2.cpp |
michael@0 | 209 | # End Source File |
michael@0 | 210 | # Begin Source File |
michael@0 | 211 | |
michael@0 | 212 | SOURCE=..\..\Archive\Common\CoderMixer2.h |
michael@0 | 213 | # End Source File |
michael@0 | 214 | # Begin Source File |
michael@0 | 215 | |
michael@0 | 216 | SOURCE=..\..\Archive\Common\CoderMixer2MT.cpp |
michael@0 | 217 | # End Source File |
michael@0 | 218 | # Begin Source File |
michael@0 | 219 | |
michael@0 | 220 | SOURCE=..\..\Archive\Common\CoderMixer2MT.h |
michael@0 | 221 | # End Source File |
michael@0 | 222 | # Begin Source File |
michael@0 | 223 | |
michael@0 | 224 | SOURCE=..\..\Archive\Common\CrossThreadProgress.cpp |
michael@0 | 225 | # End Source File |
michael@0 | 226 | # Begin Source File |
michael@0 | 227 | |
michael@0 | 228 | SOURCE=..\..\Archive\Common\CrossThreadProgress.h |
michael@0 | 229 | # End Source File |
michael@0 | 230 | # Begin Source File |
michael@0 | 231 | |
michael@0 | 232 | SOURCE=..\..\Archive\Common\FilterCoder.cpp |
michael@0 | 233 | # End Source File |
michael@0 | 234 | # Begin Source File |
michael@0 | 235 | |
michael@0 | 236 | SOURCE=..\..\Archive\Common\FilterCoder.h |
michael@0 | 237 | # End Source File |
michael@0 | 238 | # Begin Source File |
michael@0 | 239 | |
michael@0 | 240 | SOURCE=..\..\Archive\Common\ItemNameUtils.cpp |
michael@0 | 241 | # End Source File |
michael@0 | 242 | # Begin Source File |
michael@0 | 243 | |
michael@0 | 244 | SOURCE=..\..\Archive\Common\ItemNameUtils.h |
michael@0 | 245 | # End Source File |
michael@0 | 246 | # Begin Source File |
michael@0 | 247 | |
michael@0 | 248 | SOURCE=..\..\Archive\Common\OutStreamWithCRC.cpp |
michael@0 | 249 | # End Source File |
michael@0 | 250 | # Begin Source File |
michael@0 | 251 | |
michael@0 | 252 | SOURCE=..\..\Archive\Common\OutStreamWithCRC.h |
michael@0 | 253 | # End Source File |
michael@0 | 254 | # End Group |
michael@0 | 255 | # Begin Group "Compress" |
michael@0 | 256 | |
michael@0 | 257 | # PROP Default_Filter "" |
michael@0 | 258 | # Begin Group "LZMA" |
michael@0 | 259 | |
michael@0 | 260 | # PROP Default_Filter "" |
michael@0 | 261 | # Begin Source File |
michael@0 | 262 | |
michael@0 | 263 | SOURCE=..\..\Compress\LZMA\LZMADecoder.cpp |
michael@0 | 264 | # End Source File |
michael@0 | 265 | # End Group |
michael@0 | 266 | # Begin Group "Branch" |
michael@0 | 267 | |
michael@0 | 268 | # PROP Default_Filter "" |
michael@0 | 269 | # Begin Source File |
michael@0 | 270 | |
michael@0 | 271 | SOURCE=..\..\Compress\Branch\BranchCoder.cpp |
michael@0 | 272 | # End Source File |
michael@0 | 273 | # Begin Source File |
michael@0 | 274 | |
michael@0 | 275 | SOURCE=..\..\Compress\Branch\BranchCoder.h |
michael@0 | 276 | # End Source File |
michael@0 | 277 | # Begin Source File |
michael@0 | 278 | |
michael@0 | 279 | SOURCE=..\..\Compress\Branch\x86.cpp |
michael@0 | 280 | # End Source File |
michael@0 | 281 | # Begin Source File |
michael@0 | 282 | |
michael@0 | 283 | SOURCE=..\..\Compress\Branch\x86_2.cpp |
michael@0 | 284 | # End Source File |
michael@0 | 285 | # End Group |
michael@0 | 286 | # Begin Group "Copy" |
michael@0 | 287 | |
michael@0 | 288 | # PROP Default_Filter "" |
michael@0 | 289 | # Begin Source File |
michael@0 | 290 | |
michael@0 | 291 | SOURCE=..\..\Compress\Copy\CopyCoder.cpp |
michael@0 | 292 | # End Source File |
michael@0 | 293 | # Begin Source File |
michael@0 | 294 | |
michael@0 | 295 | SOURCE=..\..\Compress\Copy\CopyCoder.h |
michael@0 | 296 | # End Source File |
michael@0 | 297 | # End Group |
michael@0 | 298 | # Begin Group "LZ" |
michael@0 | 299 | |
michael@0 | 300 | # PROP Default_Filter "" |
michael@0 | 301 | # Begin Source File |
michael@0 | 302 | |
michael@0 | 303 | SOURCE=..\..\Compress\LZ\LZOutWindow.cpp |
michael@0 | 304 | # End Source File |
michael@0 | 305 | # Begin Source File |
michael@0 | 306 | |
michael@0 | 307 | SOURCE=..\..\Compress\LZ\LZOutWindow.h |
michael@0 | 308 | # End Source File |
michael@0 | 309 | # End Group |
michael@0 | 310 | # End Group |
michael@0 | 311 | # Begin Group "SDK" |
michael@0 | 312 | |
michael@0 | 313 | # PROP Default_Filter "" |
michael@0 | 314 | # End Group |
michael@0 | 315 | # Begin Group "Common" |
michael@0 | 316 | |
michael@0 | 317 | # PROP Default_Filter "" |
michael@0 | 318 | # Begin Source File |
michael@0 | 319 | |
michael@0 | 320 | SOURCE=..\..\..\Common\Alloc.cpp |
michael@0 | 321 | # End Source File |
michael@0 | 322 | # Begin Source File |
michael@0 | 323 | |
michael@0 | 324 | SOURCE=..\..\..\Common\Alloc.h |
michael@0 | 325 | # End Source File |
michael@0 | 326 | # Begin Source File |
michael@0 | 327 | |
michael@0 | 328 | SOURCE=..\..\..\Common\CommandLineParser.cpp |
michael@0 | 329 | # End Source File |
michael@0 | 330 | # Begin Source File |
michael@0 | 331 | |
michael@0 | 332 | SOURCE=..\..\..\Common\CommandLineParser.h |
michael@0 | 333 | # End Source File |
michael@0 | 334 | # Begin Source File |
michael@0 | 335 | |
michael@0 | 336 | SOURCE=..\..\..\Common\CRC.cpp |
michael@0 | 337 | # End Source File |
michael@0 | 338 | # Begin Source File |
michael@0 | 339 | |
michael@0 | 340 | SOURCE=..\..\..\Common\CRC.h |
michael@0 | 341 | # End Source File |
michael@0 | 342 | # Begin Source File |
michael@0 | 343 | |
michael@0 | 344 | SOURCE=..\..\..\Common\IntToString.cpp |
michael@0 | 345 | # End Source File |
michael@0 | 346 | # Begin Source File |
michael@0 | 347 | |
michael@0 | 348 | SOURCE=..\..\..\Common\IntToString.h |
michael@0 | 349 | # End Source File |
michael@0 | 350 | # Begin Source File |
michael@0 | 351 | |
michael@0 | 352 | SOURCE=..\..\..\Common\NewHandler.cpp |
michael@0 | 353 | # End Source File |
michael@0 | 354 | # Begin Source File |
michael@0 | 355 | |
michael@0 | 356 | SOURCE=..\..\..\Common\NewHandler.h |
michael@0 | 357 | # End Source File |
michael@0 | 358 | # Begin Source File |
michael@0 | 359 | |
michael@0 | 360 | SOURCE=..\..\..\Common\String.cpp |
michael@0 | 361 | # End Source File |
michael@0 | 362 | # Begin Source File |
michael@0 | 363 | |
michael@0 | 364 | SOURCE=..\..\..\Common\String.h |
michael@0 | 365 | # End Source File |
michael@0 | 366 | # Begin Source File |
michael@0 | 367 | |
michael@0 | 368 | SOURCE=..\..\..\Common\StringConvert.cpp |
michael@0 | 369 | # End Source File |
michael@0 | 370 | # Begin Source File |
michael@0 | 371 | |
michael@0 | 372 | SOURCE=..\..\..\Common\StringConvert.h |
michael@0 | 373 | # End Source File |
michael@0 | 374 | # Begin Source File |
michael@0 | 375 | |
michael@0 | 376 | SOURCE=..\..\..\Common\TextConfig.cpp |
michael@0 | 377 | # End Source File |
michael@0 | 378 | # Begin Source File |
michael@0 | 379 | |
michael@0 | 380 | SOURCE=..\..\..\Common\TextConfig.h |
michael@0 | 381 | # End Source File |
michael@0 | 382 | # Begin Source File |
michael@0 | 383 | |
michael@0 | 384 | SOURCE=..\..\..\Common\UTFConvert.cpp |
michael@0 | 385 | # End Source File |
michael@0 | 386 | # Begin Source File |
michael@0 | 387 | |
michael@0 | 388 | SOURCE=..\..\..\Common\UTFConvert.h |
michael@0 | 389 | # End Source File |
michael@0 | 390 | # Begin Source File |
michael@0 | 391 | |
michael@0 | 392 | SOURCE=..\..\..\Common\Vector.cpp |
michael@0 | 393 | # End Source File |
michael@0 | 394 | # Begin Source File |
michael@0 | 395 | |
michael@0 | 396 | SOURCE=..\..\..\Common\Vector.h |
michael@0 | 397 | # End Source File |
michael@0 | 398 | # Begin Source File |
michael@0 | 399 | |
michael@0 | 400 | SOURCE=..\..\..\Common\Wildcard.cpp |
michael@0 | 401 | # End Source File |
michael@0 | 402 | # Begin Source File |
michael@0 | 403 | |
michael@0 | 404 | SOURCE=..\..\..\Common\Wildcard.h |
michael@0 | 405 | # End Source File |
michael@0 | 406 | # End Group |
michael@0 | 407 | # Begin Group "Windows" |
michael@0 | 408 | |
michael@0 | 409 | # PROP Default_Filter "" |
michael@0 | 410 | # Begin Group "Control" |
michael@0 | 411 | |
michael@0 | 412 | # PROP Default_Filter "" |
michael@0 | 413 | # Begin Source File |
michael@0 | 414 | |
michael@0 | 415 | SOURCE=..\..\..\Windows\Control\Dialog.cpp |
michael@0 | 416 | # End Source File |
michael@0 | 417 | # Begin Source File |
michael@0 | 418 | |
michael@0 | 419 | SOURCE=..\..\..\Windows\Control\Dialog.h |
michael@0 | 420 | # End Source File |
michael@0 | 421 | # End Group |
michael@0 | 422 | # Begin Source File |
michael@0 | 423 | |
michael@0 | 424 | SOURCE=..\..\..\Windows\DLL.cpp |
michael@0 | 425 | # End Source File |
michael@0 | 426 | # Begin Source File |
michael@0 | 427 | |
michael@0 | 428 | SOURCE=..\..\..\Windows\DLL.h |
michael@0 | 429 | # End Source File |
michael@0 | 430 | # Begin Source File |
michael@0 | 431 | |
michael@0 | 432 | SOURCE=..\..\..\Windows\Error.cpp |
michael@0 | 433 | # End Source File |
michael@0 | 434 | # Begin Source File |
michael@0 | 435 | |
michael@0 | 436 | SOURCE=..\..\..\Windows\Error.h |
michael@0 | 437 | # End Source File |
michael@0 | 438 | # Begin Source File |
michael@0 | 439 | |
michael@0 | 440 | SOURCE=..\..\..\Windows\FileDir.cpp |
michael@0 | 441 | # End Source File |
michael@0 | 442 | # Begin Source File |
michael@0 | 443 | |
michael@0 | 444 | SOURCE=..\..\..\Windows\FileDir.h |
michael@0 | 445 | # End Source File |
michael@0 | 446 | # Begin Source File |
michael@0 | 447 | |
michael@0 | 448 | SOURCE=..\..\..\Windows\FileFind.cpp |
michael@0 | 449 | # End Source File |
michael@0 | 450 | # Begin Source File |
michael@0 | 451 | |
michael@0 | 452 | SOURCE=..\..\..\Windows\FileFind.h |
michael@0 | 453 | # End Source File |
michael@0 | 454 | # Begin Source File |
michael@0 | 455 | |
michael@0 | 456 | SOURCE=..\..\..\Windows\FileIO.cpp |
michael@0 | 457 | # End Source File |
michael@0 | 458 | # Begin Source File |
michael@0 | 459 | |
michael@0 | 460 | SOURCE=..\..\..\Windows\FileIO.h |
michael@0 | 461 | # End Source File |
michael@0 | 462 | # Begin Source File |
michael@0 | 463 | |
michael@0 | 464 | SOURCE=..\..\..\Windows\FileName.cpp |
michael@0 | 465 | # End Source File |
michael@0 | 466 | # Begin Source File |
michael@0 | 467 | |
michael@0 | 468 | SOURCE=..\..\..\Windows\FileName.h |
michael@0 | 469 | # End Source File |
michael@0 | 470 | # Begin Source File |
michael@0 | 471 | |
michael@0 | 472 | SOURCE=..\..\..\Windows\PropVariant.cpp |
michael@0 | 473 | # End Source File |
michael@0 | 474 | # Begin Source File |
michael@0 | 475 | |
michael@0 | 476 | SOURCE=..\..\..\Windows\PropVariant.h |
michael@0 | 477 | # End Source File |
michael@0 | 478 | # Begin Source File |
michael@0 | 479 | |
michael@0 | 480 | SOURCE=..\..\..\Windows\ResourceString.cpp |
michael@0 | 481 | # End Source File |
michael@0 | 482 | # Begin Source File |
michael@0 | 483 | |
michael@0 | 484 | SOURCE=..\..\..\Windows\ResourceString.h |
michael@0 | 485 | # End Source File |
michael@0 | 486 | # Begin Source File |
michael@0 | 487 | |
michael@0 | 488 | SOURCE=..\..\..\Windows\Synchronization.cpp |
michael@0 | 489 | # End Source File |
michael@0 | 490 | # Begin Source File |
michael@0 | 491 | |
michael@0 | 492 | SOURCE=..\..\..\Windows\Synchronization.h |
michael@0 | 493 | # End Source File |
michael@0 | 494 | # Begin Source File |
michael@0 | 495 | |
michael@0 | 496 | SOURCE=..\..\..\Windows\Window.cpp |
michael@0 | 497 | # End Source File |
michael@0 | 498 | # Begin Source File |
michael@0 | 499 | |
michael@0 | 500 | SOURCE=..\..\..\Windows\Window.h |
michael@0 | 501 | # End Source File |
michael@0 | 502 | # End Group |
michael@0 | 503 | # Begin Group "7z Common" |
michael@0 | 504 | |
michael@0 | 505 | # PROP Default_Filter "" |
michael@0 | 506 | # Begin Source File |
michael@0 | 507 | |
michael@0 | 508 | SOURCE=..\..\Common\FileStreams.cpp |
michael@0 | 509 | # End Source File |
michael@0 | 510 | # Begin Source File |
michael@0 | 511 | |
michael@0 | 512 | SOURCE=..\..\Common\FileStreams.h |
michael@0 | 513 | # End Source File |
michael@0 | 514 | # Begin Source File |
michael@0 | 515 | |
michael@0 | 516 | SOURCE=..\..\Common\InBuffer.cpp |
michael@0 | 517 | # End Source File |
michael@0 | 518 | # Begin Source File |
michael@0 | 519 | |
michael@0 | 520 | SOURCE=..\..\Common\InBuffer.h |
michael@0 | 521 | # End Source File |
michael@0 | 522 | # Begin Source File |
michael@0 | 523 | |
michael@0 | 524 | SOURCE=..\..\Common\LimitedStreams.cpp |
michael@0 | 525 | # End Source File |
michael@0 | 526 | # Begin Source File |
michael@0 | 527 | |
michael@0 | 528 | SOURCE=..\..\Common\LimitedStreams.h |
michael@0 | 529 | # End Source File |
michael@0 | 530 | # Begin Source File |
michael@0 | 531 | |
michael@0 | 532 | SOURCE=..\..\Common\LockedStream.cpp |
michael@0 | 533 | # End Source File |
michael@0 | 534 | # Begin Source File |
michael@0 | 535 | |
michael@0 | 536 | SOURCE=..\..\Common\LockedStream.h |
michael@0 | 537 | # End Source File |
michael@0 | 538 | # Begin Source File |
michael@0 | 539 | |
michael@0 | 540 | SOURCE=..\..\Common\OutBuffer.cpp |
michael@0 | 541 | # End Source File |
michael@0 | 542 | # Begin Source File |
michael@0 | 543 | |
michael@0 | 544 | SOURCE=..\..\Common\OutBuffer.h |
michael@0 | 545 | # End Source File |
michael@0 | 546 | # Begin Source File |
michael@0 | 547 | |
michael@0 | 548 | SOURCE=..\..\Common\ProgressUtils.cpp |
michael@0 | 549 | # End Source File |
michael@0 | 550 | # Begin Source File |
michael@0 | 551 | |
michael@0 | 552 | SOURCE=..\..\Common\ProgressUtils.h |
michael@0 | 553 | # End Source File |
michael@0 | 554 | # Begin Source File |
michael@0 | 555 | |
michael@0 | 556 | SOURCE=..\..\Common\StreamBinder.cpp |
michael@0 | 557 | # End Source File |
michael@0 | 558 | # Begin Source File |
michael@0 | 559 | |
michael@0 | 560 | SOURCE=..\..\Common\StreamBinder.h |
michael@0 | 561 | # End Source File |
michael@0 | 562 | # Begin Source File |
michael@0 | 563 | |
michael@0 | 564 | SOURCE=..\..\Common\StreamObjects.cpp |
michael@0 | 565 | # End Source File |
michael@0 | 566 | # Begin Source File |
michael@0 | 567 | |
michael@0 | 568 | SOURCE=..\..\Common\StreamObjects.h |
michael@0 | 569 | # End Source File |
michael@0 | 570 | # Begin Source File |
michael@0 | 571 | |
michael@0 | 572 | SOURCE=..\..\Common\StreamUtils.cpp |
michael@0 | 573 | # End Source File |
michael@0 | 574 | # Begin Source File |
michael@0 | 575 | |
michael@0 | 576 | SOURCE=..\..\Common\StreamUtils.h |
michael@0 | 577 | # End Source File |
michael@0 | 578 | # End Group |
michael@0 | 579 | # Begin Group "UI" |
michael@0 | 580 | |
michael@0 | 581 | # PROP Default_Filter "" |
michael@0 | 582 | # Begin Group "Explorer" |
michael@0 | 583 | |
michael@0 | 584 | # PROP Default_Filter "" |
michael@0 | 585 | # Begin Source File |
michael@0 | 586 | |
michael@0 | 587 | SOURCE=..\..\UI\Explorer\MyMessages.cpp |
michael@0 | 588 | # End Source File |
michael@0 | 589 | # Begin Source File |
michael@0 | 590 | |
michael@0 | 591 | SOURCE=..\..\UI\Explorer\MyMessages.h |
michael@0 | 592 | # End Source File |
michael@0 | 593 | # End Group |
michael@0 | 594 | # Begin Group "UI Common" |
michael@0 | 595 | |
michael@0 | 596 | # PROP Default_Filter "" |
michael@0 | 597 | # Begin Source File |
michael@0 | 598 | |
michael@0 | 599 | SOURCE=..\..\UI\Common\ArchiveOpenCallback.cpp |
michael@0 | 600 | # End Source File |
michael@0 | 601 | # Begin Source File |
michael@0 | 602 | |
michael@0 | 603 | SOURCE=..\..\UI\Common\ArchiveOpenCallback.h |
michael@0 | 604 | # End Source File |
michael@0 | 605 | # Begin Source File |
michael@0 | 606 | |
michael@0 | 607 | SOURCE=..\..\UI\Common\ArchiverInfo.cpp |
michael@0 | 608 | # End Source File |
michael@0 | 609 | # Begin Source File |
michael@0 | 610 | |
michael@0 | 611 | SOURCE=..\..\UI\Common\ArchiverInfo.h |
michael@0 | 612 | # End Source File |
michael@0 | 613 | # Begin Source File |
michael@0 | 614 | |
michael@0 | 615 | SOURCE=..\..\UI\Common\DefaultName.cpp |
michael@0 | 616 | # End Source File |
michael@0 | 617 | # Begin Source File |
michael@0 | 618 | |
michael@0 | 619 | SOURCE=..\..\UI\Common\DefaultName.h |
michael@0 | 620 | # End Source File |
michael@0 | 621 | # Begin Source File |
michael@0 | 622 | |
michael@0 | 623 | SOURCE=..\..\UI\Common\ExtractMode.h |
michael@0 | 624 | # End Source File |
michael@0 | 625 | # Begin Source File |
michael@0 | 626 | |
michael@0 | 627 | SOURCE=..\..\UI\Common\OpenArchive.cpp |
michael@0 | 628 | # End Source File |
michael@0 | 629 | # Begin Source File |
michael@0 | 630 | |
michael@0 | 631 | SOURCE=..\..\UI\Common\OpenArchive.h |
michael@0 | 632 | # End Source File |
michael@0 | 633 | # End Group |
michael@0 | 634 | # Begin Group "GUI" |
michael@0 | 635 | |
michael@0 | 636 | # PROP Default_Filter "" |
michael@0 | 637 | # Begin Source File |
michael@0 | 638 | |
michael@0 | 639 | SOURCE=..\..\UI\GUI\OpenCallbackGUI.cpp |
michael@0 | 640 | # End Source File |
michael@0 | 641 | # Begin Source File |
michael@0 | 642 | |
michael@0 | 643 | SOURCE=..\..\UI\GUI\OpenCallbackGUI.h |
michael@0 | 644 | # End Source File |
michael@0 | 645 | # End Group |
michael@0 | 646 | # End Group |
michael@0 | 647 | # Begin Group "File Manager" |
michael@0 | 648 | |
michael@0 | 649 | # PROP Default_Filter "" |
michael@0 | 650 | # Begin Group "Dialog" |
michael@0 | 651 | |
michael@0 | 652 | # PROP Default_Filter "" |
michael@0 | 653 | # Begin Source File |
michael@0 | 654 | |
michael@0 | 655 | SOURCE=..\..\FileManager\Resource\ProgressDialog\ProgressDialog.cpp |
michael@0 | 656 | # End Source File |
michael@0 | 657 | # Begin Source File |
michael@0 | 658 | |
michael@0 | 659 | SOURCE=..\..\FileManager\Resource\ProgressDialog\ProgressDialog.h |
michael@0 | 660 | # End Source File |
michael@0 | 661 | # End Group |
michael@0 | 662 | # Begin Source File |
michael@0 | 663 | |
michael@0 | 664 | SOURCE=..\..\FileManager\FormatUtils.cpp |
michael@0 | 665 | # End Source File |
michael@0 | 666 | # Begin Source File |
michael@0 | 667 | |
michael@0 | 668 | SOURCE=..\..\FileManager\FormatUtils.h |
michael@0 | 669 | # End Source File |
michael@0 | 670 | # End Group |
michael@0 | 671 | # Begin Source File |
michael@0 | 672 | |
michael@0 | 673 | SOURCE=.\ExtractCallback.cpp |
michael@0 | 674 | # End Source File |
michael@0 | 675 | # Begin Source File |
michael@0 | 676 | |
michael@0 | 677 | SOURCE=.\ExtractCallback.h |
michael@0 | 678 | # End Source File |
michael@0 | 679 | # Begin Source File |
michael@0 | 680 | |
michael@0 | 681 | SOURCE=.\ExtractEngine.cpp |
michael@0 | 682 | # End Source File |
michael@0 | 683 | # Begin Source File |
michael@0 | 684 | |
michael@0 | 685 | SOURCE=.\ExtractEngine.h |
michael@0 | 686 | # End Source File |
michael@0 | 687 | # Begin Source File |
michael@0 | 688 | |
michael@0 | 689 | SOURCE=.\Main.cpp |
michael@0 | 690 | # End Source File |
michael@0 | 691 | # Begin Source File |
michael@0 | 692 | |
michael@0 | 693 | SOURCE=.\setup.ico |
michael@0 | 694 | # End Source File |
michael@0 | 695 | # End Target |
michael@0 | 696 | # End Project |