A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.
1 # Microsoft Developer Studio Generated NMAKE File, Based on mod_ftp_example.dsp 2 !IF "$(CFG)" == "" 3 CFG=mod_ftp_example - Win32 Debug 4 !MESSAGE No configuration specified. Defaulting to mod_ftp_example - Win32 Debug. 5 !ENDIF 6 7 !IF "$(CFG)" != "mod_ftp_example - Win32 Release" && "$(CFG)" != "mod_ftp_example - Win32 Debug" 8 !MESSAGE Invalid configuration "$(CFG)" specified. 9 !MESSAGE You can specify a configuration when running NMAKE 10 !MESSAGE by defining the macro CFG on the command line. For example: 11 !MESSAGE 12 !MESSAGE NMAKE /f "mod_ftp_example.mak" CFG="mod_ftp_example - Win32 Debug" 13 !MESSAGE 14 !MESSAGE Possible choices for configuration are: 15 !MESSAGE 16 !MESSAGE "mod_ftp_example - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 17 !MESSAGE "mod_ftp_example - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 18 !MESSAGE 19 !ERROR An invalid configuration is specified. 20 !ENDIF 21 22 !IF "$(OS)" == "Windows_NT" 23 NULL= 24 !ELSE 25 NULL=nul 26 !ENDIF 27 28 !IF "$(CFG)" == "mod_ftp_example - Win32 Release" 29 30 OUTDIR=.\Release 31 INTDIR=.\Release 32 # Begin Custom Macros 33 OutDir=.\Release 34 # End Custom Macros 35 36 !IF "$(RECURSE)" == "0" 37 38 ALL : "$(OUTDIR)\mod_ftp_example.so" 39 40 !ELSE 41 42 ALL : "mod_ftp - Win32 Release" "$(OUTDIR)\mod_ftp_example.so" 43 44 !ENDIF 45 46 !IF "$(RECURSE)" == "1" 47 CLEAN :"mod_ftp - Win32 ReleaseCLEAN" 48 !ELSE 49 CLEAN : 50 !ENDIF 51 -@erase "$(INTDIR)\mod_ftp_example.obj" 52 -@erase "$(INTDIR)\mod_ftp_example_src.idb" 53 -@erase "$(INTDIR)\mod_ftp_example_src.pdb" 54 -@erase "$(OUTDIR)\mod_ftp_example.exp" 55 -@erase "$(OUTDIR)\mod_ftp_example.lib" 56 -@erase "$(OUTDIR)\mod_ftp_example.pdb" 57 -@erase "$(OUTDIR)\mod_ftp_example.so" 58 59 "$(OUTDIR)" : 60 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" 61 62 CPP=cl.exe 63 CPP_PROJ=/nologo /MD /W3 /Zi /O2 /Oy- /I "../../include" /I "$(APACHE2_HOME)/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\mod_ftp_example_src" /FD /c 64 65 .c{$(INTDIR)}.obj:: 66 $(CPP) @<< 67 $(CPP_PROJ) $< 68 << 69 70 .cpp{$(INTDIR)}.obj:: 71 $(CPP) @<< 72 $(CPP_PROJ) $< 73 << 74 75 .cxx{$(INTDIR)}.obj:: 76 $(CPP) @<< 77 $(CPP_PROJ) $< 78 << 79 80 .c{$(INTDIR)}.sbr:: 81 $(CPP) @<< 82 $(CPP_PROJ) $< 83 << 84 85 .cpp{$(INTDIR)}.sbr:: 86 $(CPP) @<< 87 $(CPP_PROJ) $< 88 << 89 90 .cxx{$(INTDIR)}.sbr:: 91 $(CPP) @<< 92 $(CPP_PROJ) $< 93 << 94 95 MTL=midl.exe 96 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /win32 97 RSC=rc.exe 98 BSC32=bscmake.exe 99 BSC32_FLAGS=/nologo /o"$(OUTDIR)\mod_ftp_example.bsc" 100 BSC32_SBRS= \ 101 102 LINK32=link.exe 103 LINK32_FLAGS=libapr-1.lib libaprutil-1.lib libhttpd.lib /nologo /base:"0x46530000" /dll /incremental:no /pdb:"$(OUTDIR)\mod_ftp_example.pdb" /debug /out:"$(OUTDIR)\mod_ftp_example.so" /implib:"$(OUTDIR)\mod_ftp_example.lib" /libpath:"$(APACHE2_HOME)\lib" /opt:ref 104 LINK32_OBJS= \ 105 "$(INTDIR)\mod_ftp_example.obj" \ 106 "$(OUTDIR)\mod_ftp.lib" 107 108 "$(OUTDIR)\mod_ftp_example.so" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) 109 $(LINK32) @<< 110 $(LINK32_FLAGS) $(LINK32_OBJS) 111 << 112 113 !ELSEIF "$(CFG)" == "mod_ftp_example - Win32 Debug" 114 115 OUTDIR=.\Debug 116 INTDIR=.\Debug 117 # Begin Custom Macros 118 OutDir=.\Debug 119 # End Custom Macros 120 121 !IF "$(RECURSE)" == "0" 122 123 ALL : "$(OUTDIR)\mod_ftp_example.so" 124 125 !ELSE 126 127 ALL : "mod_ftp - Win32 Debug" "$(OUTDIR)\mod_ftp_example.so" 128 129 !ENDIF 130 131 !IF "$(RECURSE)" == "1" 132 CLEAN :"mod_ftp - Win32 DebugCLEAN" 133 !ELSE 134 CLEAN : 135 !ENDIF 136 -@erase "$(INTDIR)\mod_ftp_example.obj" 137 -@erase "$(INTDIR)\mod_ftp_example_src.idb" 138 -@erase "$(INTDIR)\mod_ftp_example_src.pdb" 139 -@erase "$(OUTDIR)\mod_ftp_example.exp" 140 -@erase "$(OUTDIR)\mod_ftp_example.lib" 141 -@erase "$(OUTDIR)\mod_ftp_example.pdb" 142 -@erase "$(OUTDIR)\mod_ftp_example.so" 143 144 "$(OUTDIR)" : 145 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" 146 147 CPP=cl.exe 148 CPP_PROJ=/nologo /MDd /W3 /GX /Zi /Od /I "../../include" /I "$(APACHE2_HOME)/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\mod_ftp_example_src" /FD /c 149 150 .c{$(INTDIR)}.obj:: 151 $(CPP) @<< 152 $(CPP_PROJ) $< 153 << 154 155 .cpp{$(INTDIR)}.obj:: 156 $(CPP) @<< 157 $(CPP_PROJ) $< 158 << 159 160 .cxx{$(INTDIR)}.obj:: 161 $(CPP) @<< 162 $(CPP_PROJ) $< 163 << 164 165 .c{$(INTDIR)}.sbr:: 166 $(CPP) @<< 167 $(CPP_PROJ) $< 168 << 169 170 .cpp{$(INTDIR)}.sbr:: 171 $(CPP) @<< 172 $(CPP_PROJ) $< 173 << 174 175 .cxx{$(INTDIR)}.sbr:: 176 $(CPP) @<< 177 $(CPP_PROJ) $< 178 << 179 180 MTL=midl.exe 181 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /win32 182 RSC=rc.exe 183 BSC32=bscmake.exe 184 BSC32_FLAGS=/nologo /o"$(OUTDIR)\mod_ftp_example.bsc" 185 BSC32_SBRS= \ 186 187 LINK32=link.exe 188 LINK32_FLAGS=libapr-1.lib libaprutil-1.lib libhttpd.lib /nologo /base:"0x46530000" /dll /incremental:no /pdb:"$(OUTDIR)\mod_ftp_example.pdb" /debug /out:"$(OUTDIR)\mod_ftp_example.so" /implib:"$(OUTDIR)\mod_ftp_example.lib" /libpath:"$(APACHE2_HOME)\lib" 189 LINK32_OBJS= \ 190 "$(INTDIR)\mod_ftp_example.obj" \ 191 "$(OUTDIR)\mod_ftp.lib" 192 193 "$(OUTDIR)\mod_ftp_example.so" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) 194 $(LINK32) @<< 195 $(LINK32_FLAGS) $(LINK32_OBJS) 196 << 197 198 !ENDIF 199 200 201 !IF "$(NO_EXTERNAL_DEPS)" != "1" 202 !IF EXISTS("mod_ftp_example.dep") 203 !INCLUDE "mod_ftp_example.dep" 204 !ELSE 205 !MESSAGE Warning: cannot find "mod_ftp_example.dep" 206 !ENDIF 207 !ENDIF 208 209 210 !IF "$(CFG)" == "mod_ftp_example - Win32 Release" || "$(CFG)" == "mod_ftp_example - Win32 Debug" 211 212 !IF "$(CFG)" == "mod_ftp_example - Win32 Release" 213 214 "mod_ftp - Win32 Release" : 215 cd "." 216 $(MAKE) /$(MAKEFLAGS) /F .\mod_ftp.mak CFG="mod_ftp - Win32 Release" 217 cd "." 218 219 "mod_ftp - Win32 ReleaseCLEAN" : 220 cd "." 221 $(MAKE) /$(MAKEFLAGS) /F .\mod_ftp.mak CFG="mod_ftp - Win32 Release" RECURSE=1 CLEAN 222 cd "." 223 224 !ELSEIF "$(CFG)" == "mod_ftp_example - Win32 Debug" 225 226 "mod_ftp - Win32 Debug" : 227 cd "." 228 $(MAKE) /$(MAKEFLAGS) /F .\mod_ftp.mak CFG="mod_ftp - Win32 Debug" 229 cd "." 230 231 "mod_ftp - Win32 DebugCLEAN" : 232 cd "." 233 $(MAKE) /$(MAKEFLAGS) /F .\mod_ftp.mak CFG="mod_ftp - Win32 Debug" RECURSE=1 CLEAN 234 cd "." 235 236 !ENDIF 237 238 SOURCE=.\mod_ftp_example.c 239 240 "$(INTDIR)\mod_ftp_example.obj" : $(SOURCE) "$(INTDIR)" 241 242 243 244 !ENDIF 245