diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-08-06 08:07:53 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-08-06 08:07:53 +0200 |
commit | 1a9db204f578e99486280ebfffada02677b1296a (patch) | |
tree | a5ad2bfde21ec22fac957b8a436d1b956a746796 /InstallBin.dsp | |
parent | Document util_charset.h using ScanDoc (diff) | |
download | apache2-1a9db204f578e99486280ebfffada02677b1296a.tar.xz apache2-1a9db204f578e99486280ebfffada02677b1296a.zip |
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
see src/lib/apr/apr_compat.h for most details.
Also a few minor nits to get Win32 to build.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86008 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'InstallBin.dsp')
-rw-r--r-- | InstallBin.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/InstallBin.dsp b/InstallBin.dsp index b100eb8da2..1547c486c0 100644 --- a/InstallBin.dsp +++ b/InstallBin.dsp @@ -58,7 +58,7 @@ CFG=InstallBin - Win32 Debug # PROP Use_Debug_Libraries 1 # PROP Output_Dir "Debug" # PROP Intermediate_Dir "Debug" -# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR=.. SHORT=D LONG=Debug _install" +# PROP Cmd_Line "NMAKE /f makefile.win INSTDIR=e:\apache\apache-2.0 SHORT=D LONG=Debug _install" # PROP Rebuild_Opt "" # PROP Target_File "..\Apache.exe" # PROP Bsc_Name ".\apache.bsc" |