]>
Commit | Line | Data |
---|---|---|
a989a329 VZ |
1 | # Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4>\r |
2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00 \r | |
3 | # ** DO NOT EDIT **\r | |
4 | \r | |
5 | # TARGTYPE "Win32 (x86) Static Library" 0x0104\r | |
6 | \r | |
7 | CFG=zlib - Win32 Debug\r | |
8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE,\r | |
9 | !MESSAGE use the Export Makefile command and run\r | |
10 | !MESSAGE \r | |
11 | !MESSAGE NMAKE /f "ZlibVC.mak".\r | |
12 | !MESSAGE \r | |
13 | !MESSAGE You can specify a configuration when running NMAKE\r | |
14 | !MESSAGE by defining the macro CFG on the command line. For example:\r | |
15 | !MESSAGE \r | |
16 | !MESSAGE NMAKE /f "ZlibVC.mak" CFG="zlib - Win32 Debug"\r | |
17 | !MESSAGE \r | |
18 | !MESSAGE Possible choices for configuration are:\r | |
19 | !MESSAGE \r | |
20 | !MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Static Library")\r | |
21 | !MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Static Library")\r | |
22 | !MESSAGE \r | |
23 | \r | |
24 | # Begin Project\r | |
25 | # PROP AllowPerConfigDependencies 0\r | |
26 | # PROP Scc_ProjName ""\r | |
27 | # PROP Scc_LocalPath ""\r | |
28 | CPP=cl.exe\r | |
29 | RSC=rc.exe\r | |
30 | \r | |
31 | !IF "$(CFG)" == "zlib - Win32 Release"\r | |
32 | \r | |
33 | # PROP BASE Use_MFC 0\r | |
34 | # PROP BASE Use_Debug_Libraries 0\r | |
35 | # PROP BASE Output_Dir "Release"\r | |
36 | # PROP BASE Intermediate_Dir "Release"\r | |
37 | # PROP BASE Target_Dir ""\r | |
38 | # PROP Use_MFC 0\r | |
39 | # PROP Use_Debug_Libraries 0\r | |
40 | # PROP Output_Dir "Release"\r | |
41 | # PROP Intermediate_Dir "Release"\r | |
42 | # PROP Target_Dir ""\r | |
43 | # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c\r | |
44 | # ADD CPP /nologo /MD /W1 /O1 /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c\r | |
45 | # SUBTRACT CPP /YX\r | |
46 | # ADD BASE RSC /l 0x809 /d "NDEBUG"\r | |
47 | # ADD RSC /l 0x809 /d "NDEBUG"\r | |
48 | BSC32=bscmake.exe\r | |
49 | # ADD BASE BSC32 /nologo\r | |
50 | # ADD BSC32 /nologo\r | |
51 | LIB32=link.exe -lib\r | |
52 | # ADD BASE LIB32 /nologo\r | |
53 | # ADD LIB32 /nologo /out:"..\..\lib\zlib.lib"\r | |
54 | \r | |
55 | !ELSEIF "$(CFG)" == "zlib - Win32 Debug"\r | |
56 | \r | |
57 | # PROP BASE Use_MFC 0\r | |
58 | # PROP BASE Use_Debug_Libraries 1\r | |
59 | # PROP BASE Output_Dir "Debug"\r | |
60 | # PROP BASE Intermediate_Dir "Debug"\r | |
61 | # PROP BASE Target_Dir ""\r | |
62 | # PROP Use_MFC 0\r | |
63 | # PROP Use_Debug_Libraries 1\r | |
64 | # PROP Output_Dir "Debug"\r | |
65 | # PROP Intermediate_Dir "Debug"\r | |
66 | # PROP Target_Dir ""\r | |
67 | # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c\r | |
68 | # ADD CPP /nologo /MDd /W1 /Gm /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /YX /FD /GZ /c\r | |
69 | # ADD BASE RSC /l 0x809 /d "_DEBUG"\r | |
70 | # ADD RSC /l 0x809 /d "_DEBUG"\r | |
71 | BSC32=bscmake.exe\r | |
72 | # ADD BASE BSC32 /nologo\r | |
73 | # ADD BSC32 /nologo\r | |
74 | LIB32=link.exe -lib\r | |
75 | # ADD BASE LIB32 /nologo\r | |
76 | # ADD LIB32 /nologo /out:"..\..\lib\zlibd.lib"\r | |
77 | \r | |
78 | !ENDIF \r | |
79 | \r | |
80 | # Begin Target\r | |
81 | \r | |
82 | # Name "zlib - Win32 Release"\r | |
83 | # Name "zlib - Win32 Debug"\r | |
84 | # Begin Group "Source Files"\r | |
85 | \r | |
86 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"\r | |
87 | # Begin Source File\r | |
88 | \r | |
89 | SOURCE=.\adler32.c\r | |
90 | # End Source File\r | |
91 | # Begin Source File\r | |
92 | \r | |
93 | SOURCE=.\compress.c\r | |
94 | # End Source File\r | |
95 | # Begin Source File\r | |
96 | \r | |
97 | SOURCE=.\crc32.c\r | |
98 | # End Source File\r | |
99 | # Begin Source File\r | |
100 | \r | |
101 | SOURCE=.\deflate.c\r | |
102 | # End Source File\r | |
103 | # Begin Source File\r | |
104 | \r | |
105 | SOURCE=.\gzio.c\r | |
106 | # End Source File\r | |
107 | # Begin Source File\r | |
108 | \r | |
109 | SOURCE=.\inffast.c\r | |
110 | # End Source File\r | |
111 | # Begin Source File\r | |
112 | \r | |
113 | SOURCE=.\inflate.c\r | |
114 | # End Source File\r | |
115 | # Begin Source File\r | |
116 | \r | |
117 | SOURCE=.\inftrees.c\r | |
118 | # End Source File\r | |
119 | # Begin Source File\r | |
120 | \r | |
121 | SOURCE=.\trees.c\r | |
122 | # End Source File\r | |
123 | # Begin Source File\r | |
124 | \r | |
125 | SOURCE=.\uncompr.c\r | |
126 | # End Source File\r | |
127 | # Begin Source File\r | |
128 | \r | |
129 | SOURCE=.\zutil.c\r | |
130 | # End Source File\r | |
131 | # End Group\r | |
132 | # Begin Group "Header Files"\r | |
133 | \r | |
134 | # PROP Default_Filter "h;hpp;hxx;hm;inl"\r | |
135 | # End Group\r | |
136 | # End Target\r | |
137 | # End Project\r |