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 Project File - Name="mod_ftp" - Package Owner=<4> 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 3 # ** DO NOT EDIT ** 4 5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 6 7 CFG=mod_ftp - Win32 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 "mod_ftp.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 "mod_ftp.mak" CFG="mod_ftp - Win32 Debug" 17 !MESSAGE 18 !MESSAGE Possible choices for configuration are: 19 !MESSAGE 20 !MESSAGE "mod_ftp - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") 21 !MESSAGE "mod_ftp - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") 22 !MESSAGE 23 24 # Begin Project 25 # PROP AllowPerConfigDependencies 0 26 # PROP Scc_ProjName "" 27 # PROP Scc_LocalPath "" 28 CPP=cl.exe 29 MTL=midl.exe 30 RSC=rc.exe 31 32 !IF "$(CFG)" == "mod_ftp - Win32 Release" 33 34 # PROP BASE Use_MFC 0 35 # PROP BASE Use_Debug_Libraries 0 36 # PROP BASE Output_Dir "Release" 37 # PROP BASE Intermediate_Dir "Release" 38 # PROP BASE Target_Dir "" 39 # PROP Use_MFC 0 40 # PROP Use_Debug_Libraries 0 41 # PROP Output_Dir "Release" 42 # PROP Intermediate_Dir "Release" 43 # PROP Ignore_Export_Lib 0 44 # PROP Target_Dir "" 45 # ADD BASE CPP /nologo /MD /W3 /O2 /Zi /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "SRC_EXPORTS" /FD /c 46 # ADD CPP /nologo /MD /W3 /O2 /Oy- /Zi /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /I "$(APACHE2_HOME)/include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "FTP_DECLARE_EXPORT" /D "FTP_APXS_BUILD" /Fd"Release/mod_ftp_src" /FD /c 47 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 48 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 49 # ADD BASE RSC /l 0x409 /d "NDEBUG" 50 # ADD RSC /l 0x409 /d "NDEBUG" /I "../../include" /I "../../srclib/apr/include" /I "$(APACHE2_HOME)/include" 51 BSC32=bscmake.exe 52 # ADD BASE BSC32 /nologo 53 # ADD BSC32 /nologo 54 LINK32=link.exe 55 # ADD BASE LINK32 /nologo /dll /machine:I386 56 # ADD LINK32 libapr-1.lib libaprutil-1.lib libhttpd.lib wsock32.lib /nologo /dll /debug /incremental:no /out:"Release/mod_ftp.so" /libpath:"..\..\Release" /libpath:"..\..\srclib\apr\Release" /libpath:"..\..\srclib\apr-util\Release" /libpath:"$(APACHE2_HOME)\lib" /base:"0x46540000" /opt:ref 57 # Begin Special Build Tool 58 TargetPath=.\Release\mod_ftp.so 59 SOURCE="$(InputPath)" 60 PostBuild_Desc=Embed .manifest 61 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2 62 # End Special Build Tool 63 64 !ELSEIF "$(CFG)" == "mod_ftp - Win32 Debug" 65 66 # PROP BASE Use_MFC 0 67 # PROP BASE Use_Debug_Libraries 1 68 # PROP BASE Output_Dir "Debug" 69 # PROP BASE Intermediate_Dir "Debug" 70 # PROP BASE Target_Dir "" 71 # PROP Use_MFC 0 72 # PROP Use_Debug_Libraries 1 73 # PROP Output_Dir "Debug" 74 # PROP Intermediate_Dir "Debug" 75 # PROP Ignore_Export_Lib 0 76 # PROP Target_Dir "" 77 # ADD BASE CPP /nologo /MDd /W3 /GX /Od /Zi /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SRC_EXPORTS" /FD /c 78 # ADD CPP /nologo /MDd /W3 /GX /Od /Zi /I "../../include" /I "../../srclib/apr/include" /I "../../srclib/apr-util/include" /I "$(APACHE2_HOME)/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "FTP_DECLARE_EXPORT" /D "FTP_APXS_BUILD" /Fd"Debug/mod_ftp_src" /FD /c 79 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 80 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 81 # ADD BASE RSC /l 0x409 /d "_DEBUG" 82 # ADD RSC /l 0x409 /d "_DEBUG" /I "../../include" /I "../../srclib/apr/include" /I "$(APACHE2_HOME)/include" 83 BSC32=bscmake.exe 84 # ADD BASE BSC32 /nologo 85 # ADD BSC32 /nologo 86 LINK32=link.exe 87 # ADD BASE LINK32 /nologo /dll /debug /machine:I386 /pdbtype:sept 88 # ADD LINK32 libapr-1.lib libaprutil-1.lib libhttpd.lib wsock32.lib /nologo /dll /debug /incremental:no /out:"Debug/mod_ftp.so" /libpath:"..\..\Debug" /libpath:"..\..\srclib\apr\Debug" /libpath:"..\..\srclib\apr-util\Debug" /libpath:"$(APACHE2_HOME)\lib" /base:"0x46540000" 89 # Begin Special Build Tool 90 TargetPath=.\Debug\mod_ftp.so 91 SOURCE="$(InputPath)" 92 PostBuild_Desc=Embed .manifest 93 PostBuild_Cmds=if exist $(TargetPath).manifest mt.exe -manifest $(TargetPath).manifest -outputresource:$(TargetPath);2 94 # End Special Build Tool 95 96 !ENDIF 97 98 # Begin Target 99 100 # Name "mod_ftp - Win32 Release" 101 # Name "mod_ftp - Win32 Debug" 102 # Begin Group "Source Files" 103 104 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 105 # Begin Source File 106 107 SOURCE=.\ftp_commands.c 108 # End Source File 109 # Begin Source File 110 111 SOURCE=.\ftp_connection.c 112 # End Source File 113 # Begin Source File 114 115 SOURCE=.\ftp_data_connection.c 116 # End Source File 117 # Begin Source File 118 119 SOURCE=.\ftp_data_filters.c 120 # End Source File 121 # Begin Source File 122 123 SOURCE=.\ftp_filters.c 124 # End Source File 125 # Begin Source File 126 127 SOURCE=.\ftp_inet_pton.c 128 # End Source File 129 # Begin Source File 130 131 SOURCE=.\ftp_limitlogin.c 132 # End Source File 133 # Begin Source File 134 135 SOURCE=.\ftp_log.c 136 # End Source File 137 # Begin Source File 138 139 SOURCE=.\ftp_lowportd.c 140 # End Source File 141 # Begin Source File 142 143 SOURCE=.\ftp_message.c 144 # End Source File 145 # Begin Source File 146 147 SOURCE=.\ftp_protocol.c 148 # End Source File 149 # Begin Source File 150 151 SOURCE=.\ftp_request.c 152 # End Source File 153 # Begin Source File 154 155 SOURCE=.\ftp_util.c 156 # End Source File 157 # Begin Source File 158 159 SOURCE=.\mod_ftp.c 160 # End Source File 161 # End Group 162 # Begin Group "Header Files" 163 164 # PROP Default_Filter "h;hpp;hxx;hm;inl" 165 # Begin Source File 166 167 SOURCE=.\ftp_config.h 168 # End Source File 169 # Begin Source File 170 171 SOURCE=".\ftp_config.h.in" 172 173 !IF "$(CFG)" == "mod_ftp - Win32 Release" 174 175 # Begin Custom Build - Generating ftp_config.h 176 InputPath=".\ftp_config.h.in" 177 178 ".\ftp_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 179 echo /* No configuration */ > .\ftp_config.h 180 181 # End Custom Build 182 183 !ELSEIF "$(CFG)" == "mod_ftp - Win32 Debug" 184 185 # Begin Custom Build - Generating ftp_config.h 186 InputPath=".\ftp_config.h.in" 187 188 ".\ftp_config.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" 189 echo /* No configuration */ > .\ftp_config.h 190 191 # End Custom Build 192 193 !ENDIF 194 195 # End Source File 196 # Begin Source File 197 198 SOURCE=.\ftp_internal.h 199 # End Source File 200 # Begin Source File 201 202 SOURCE=..\..\include\mod_ftp.h 203 # End Source File 204 # End Group 205 # Begin Source File 206 207 SOURCE=.\mod_ftp.rc 208 # End Source File 209 # End Target 210 # End Project