other-licenses/nsis/Contrib/ExDLL/exdll.dsp

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

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="exdll" - 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) Dynamic-Link Library" 0x0102
michael@0 6
michael@0 7 CFG=exdll - 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 "exdll.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 "exdll.mak" CFG="exdll - Win32 Debug"
michael@0 17 !MESSAGE
michael@0 18 !MESSAGE Possible choices for configuration are:
michael@0 19 !MESSAGE
michael@0 20 !MESSAGE "exdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
michael@0 21 !MESSAGE "exdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
michael@0 22 !MESSAGE
michael@0 23
michael@0 24 # Begin Project
michael@0 25 # PROP AllowPerConfigDependencies 0
michael@0 26 # PROP Scc_ProjName ""
michael@0 27 # PROP Scc_LocalPath ""
michael@0 28 CPP=cl.exe
michael@0 29 MTL=midl.exe
michael@0 30 RSC=rc.exe
michael@0 31
michael@0 32 !IF "$(CFG)" == "exdll - Win32 Release"
michael@0 33
michael@0 34 # PROP BASE Use_MFC 0
michael@0 35 # PROP BASE Use_Debug_Libraries 0
michael@0 36 # PROP BASE Output_Dir "Release"
michael@0 37 # PROP BASE Intermediate_Dir "Release"
michael@0 38 # PROP BASE Target_Dir ""
michael@0 39 # PROP Use_MFC 0
michael@0 40 # PROP Use_Debug_Libraries 0
michael@0 41 # PROP Output_Dir "Release"
michael@0 42 # PROP Intermediate_Dir "Release"
michael@0 43 # PROP Ignore_Export_Lib 0
michael@0 44 # PROP Target_Dir ""
michael@0 45 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /c
michael@0 46 # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /c
michael@0 47 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
michael@0 48 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
michael@0 49 # ADD BASE RSC /l 0x409 /d "NDEBUG"
michael@0 50 # ADD RSC /l 0x409 /d "NDEBUG"
michael@0 51 BSC32=bscmake.exe
michael@0 52 # ADD BASE BSC32 /nologo
michael@0 53 # ADD BSC32 /nologo
michael@0 54 LINK32=link.exe
michael@0 55 # 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 /dll /machine:I386
michael@0 56 # 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 /nologo /entry:"DllMain" /dll /machine:I386 /nodefaultlib /out:"../../Plugins/exdll.dll" /opt:nowin98
michael@0 57 # SUBTRACT LINK32 /pdb:none
michael@0 58
michael@0 59 !ELSEIF "$(CFG)" == "exdll - Win32 Debug"
michael@0 60
michael@0 61 # PROP BASE Use_MFC 0
michael@0 62 # PROP BASE Use_Debug_Libraries 1
michael@0 63 # PROP BASE Output_Dir "Debug"
michael@0 64 # PROP BASE Intermediate_Dir "Debug"
michael@0 65 # PROP BASE Target_Dir ""
michael@0 66 # PROP Use_MFC 0
michael@0 67 # PROP Use_Debug_Libraries 1
michael@0 68 # PROP Output_Dir "Debug"
michael@0 69 # PROP Intermediate_Dir "Debug"
michael@0 70 # PROP Target_Dir ""
michael@0 71 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /GZ /c
michael@0 72 # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "EXDLL_EXPORTS" /YX /FD /GZ /c
michael@0 73 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
michael@0 74 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
michael@0 75 # ADD BASE RSC /l 0x409 /d "_DEBUG"
michael@0 76 # ADD RSC /l 0x409 /d "_DEBUG"
michael@0 77 BSC32=bscmake.exe
michael@0 78 # ADD BASE BSC32 /nologo
michael@0 79 # ADD BSC32 /nologo
michael@0 80 LINK32=link.exe
michael@0 81 # 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 /dll /debug /machine:I386 /pdbtype:sept
michael@0 82 # 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 /nologo /dll /debug /machine:I386 /pdbtype:sept
michael@0 83
michael@0 84 !ENDIF
michael@0 85
michael@0 86 # Begin Target
michael@0 87
michael@0 88 # Name "exdll - Win32 Release"
michael@0 89 # Name "exdll - Win32 Debug"
michael@0 90 # Begin Group "Source Files"
michael@0 91
michael@0 92 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
michael@0 93 # Begin Source File
michael@0 94
michael@0 95 SOURCE=.\exdll.c
michael@0 96 # End Source File
michael@0 97 # End Group
michael@0 98 # Begin Group "Header Files"
michael@0 99
michael@0 100 # PROP Default_Filter "h;hpp;hxx;hm;inl"
michael@0 101 # Begin Source File
michael@0 102
michael@0 103 SOURCE=.\exdll.h
michael@0 104 # End Source File
michael@0 105 # End Group
michael@0 106 # Begin Group "Resource Files"
michael@0 107
michael@0 108 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
michael@0 109 # End Group
michael@0 110 # End Target
michael@0 111 # End Project

mercurial