aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp')
-rwxr-xr-xlinden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp154
1 files changed, 154 insertions, 0 deletions
diff --git a/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp
new file mode 100755
index 0000000..6a6290d
--- /dev/null
+++ b/linden/indra/gpg.vs/libgcrypt-1.2.2.vs/tests.vs/random.dsp
@@ -0,0 +1,154 @@
1# Microsoft Developer Studio Project File - Name="random" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7CFG=random - Win32 DLL Debug
8!MESSAGE This is not a valid makefile. To build this project using NMAKE,
9!MESSAGE use the Export Makefile command and run
10!MESSAGE
11!MESSAGE NMAKE /f "random.mak".
12!MESSAGE
13!MESSAGE You can specify a configuration when running NMAKE
14!MESSAGE by defining the macro CFG on the command line. For example:
15!MESSAGE
16!MESSAGE NMAKE /f "random.mak" CFG="random - Win32 DLL Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "random - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE "random - Win32 Debug" (based on "Win32 (x86) Console Application")
22!MESSAGE "random - Win32 DLL Release" (based on "Win32 (x86) Console Application")
23!MESSAGE "random - Win32 DLL Debug" (based on "Win32 (x86) Console Application")
24!MESSAGE
25
26# Begin Project
27# PROP AllowPerConfigDependencies 0
28# PROP Scc_ProjName ""
29# PROP Scc_LocalPath ""
30CPP=cl.exe
31RSC=rc.exe
32
33!IF "$(CFG)" == "random - Win32 Release"
34
35# PROP BASE Use_MFC 0
36# PROP BASE Use_Debug_Libraries 0
37# PROP BASE Output_Dir "Release"
38# PROP BASE Intermediate_Dir "Release"
39# PROP BASE Target_Dir ""
40# PROP Use_MFC 0
41# PROP Use_Debug_Libraries 0
42# PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static"
43# PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\static\obj"
44# PROP Ignore_Export_Lib 0
45# PROP Target_Dir ""
46# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
47# ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c
48# SUBTRACT CPP /YX
49# ADD BASE RSC /l 0x410 /d "NDEBUG"
50# ADD RSC /l 0x410 /d "NDEBUG"
51BSC32=bscmake.exe
52# ADD BASE BSC32 /nologo
53# ADD BSC32 /nologo
54LINK32=link.exe
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 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:console /machine:I386
56# ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static"
57
58!ELSEIF "$(CFG)" == "random - Win32 Debug"
59
60# PROP BASE Use_MFC 0
61# PROP BASE Use_Debug_Libraries 1
62# PROP BASE Output_Dir "Debug"
63# PROP BASE Intermediate_Dir "Debug"
64# PROP BASE Target_Dir ""
65# PROP Use_MFC 0
66# PROP Use_Debug_Libraries 1
67# PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static"
68# PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\static\obj"
69# PROP Ignore_Export_Lib 0
70# PROP Target_Dir ""
71# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
72# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c
73# SUBTRACT CPP /YX
74# ADD BASE RSC /l 0x410 /d "_DEBUG"
75# ADD RSC /l 0x410 /d "_DEBUG"
76BSC32=bscmake.exe
77# ADD BASE BSC32 /nologo
78# ADD BSC32 /nologo
79LINK32=link.exe
80# 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 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:console /debug /machine:I386 /pdbtype:sept
81# ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static"
82
83!ELSEIF "$(CFG)" == "random - Win32 DLL Release"
84
85# PROP BASE Use_MFC 0
86# PROP BASE Use_Debug_Libraries 0
87# PROP BASE Output_Dir "random___Win32_DLL_Release"
88# PROP BASE Intermediate_Dir "random___Win32_DLL_Release"
89# PROP BASE Ignore_Export_Lib 0
90# PROP BASE Target_Dir ""
91# PROP Use_MFC 0
92# PROP Use_Debug_Libraries 0
93# PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll"
94# PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\release\dll\obj"
95# PROP Ignore_Export_Lib 0
96# PROP Target_Dir ""
97# ADD BASE CPP /nologo /MT /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c
98# SUBTRACT BASE CPP /YX
99# ADD CPP /nologo /MD /W3 /GX /Zi /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c
100# SUBTRACT CPP /YX
101# ADD BASE RSC /l 0x410 /d "NDEBUG"
102# ADD RSC /l 0x410 /d "NDEBUG"
103BSC32=bscmake.exe
104# ADD BASE BSC32 /nologo
105# ADD BSC32 /nologo
106LINK32=link.exe
107# ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static"
108# ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\bin.vs\libgcrypt-1.2.2\release\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\release\static"
109
110!ELSEIF "$(CFG)" == "random - Win32 DLL Debug"
111
112# PROP BASE Use_MFC 0
113# PROP BASE Use_Debug_Libraries 1
114# PROP BASE Output_Dir "random___Win32_DLL_Debug"
115# PROP BASE Intermediate_Dir "random___Win32_DLL_Debug"
116# PROP BASE Ignore_Export_Lib 0
117# PROP BASE Target_Dir ""
118# PROP Use_MFC 0
119# PROP Use_Debug_Libraries 1
120# PROP Output_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll"
121# PROP Intermediate_Dir "..\..\bin.vs\libgcrypt-1.2.2\debug\dll\obj"
122# PROP Ignore_Export_Lib 0
123# PROP Target_Dir ""
124# ADD BASE CPP /nologo /MTd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\src" /I "..\..\..\libgpg-error-1.1\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c
125# SUBTRACT BASE CPP /YX
126# ADD CPP /nologo /MDd /W3 /GX /Zi /Od /I "..\..\inc.vs" /I "..\..\..\libgcrypt-1.2.2\libgcrypt\src" /I "..\..\..\libgpg-error-1.1\libgpg-error\src" /D "WIN32" /D "_WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /GZ /c
127# SUBTRACT CPP /YX
128# ADD BASE RSC /l 0x410 /d "_DEBUG"
129# ADD RSC /l 0x410 /d "_DEBUG"
130BSC32=bscmake.exe
131# ADD BASE BSC32 /nologo
132# ADD BSC32 /nologo
133LINK32=link.exe
134# ADD BASE LINK32 user32.lib advapi32.lib libgcrypt-1.2.2.lib libgpg-error-1.1.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\static" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static"
135# ADD LINK32 user32.lib advapi32.lib libgcrypt.lib libgpg-error.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\bin.vs\libgcrypt-1.2.2\debug\dll" /libpath:"..\..\bin.vs\libgpg-error-1.1\debug\static"
136
137!ENDIF
138
139# Begin Target
140
141# Name "random - Win32 Release"
142# Name "random - Win32 Debug"
143# Name "random - Win32 DLL Release"
144# Name "random - Win32 DLL Debug"
145# Begin Group "Source Files"
146
147# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
148# Begin Source File
149
150SOURCE="..\..\..\libgcrypt-1.2.2\libgcrypt\tests\random.c"
151# End Source File
152# End Group
153# End Target
154# End Project