Ignore:
Timestamp:
2009-08-07T20:16:34+12:00 (15 years ago)
Author:
ak19
Message:
  1. Updated makefiles to ensure that the local Apache web server gets compiled up on Windows. 2. sqlite3.lib must be deleted upon clean.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/packages/apache-httpd/win32.mak

    r19019 r20183  
    3030compile:
    3131    cd "$(APACHEHOME)"
    32     nmake /f Makefile.win _apacher PORT=8282
     32    copy "$(GSDLHOME)\bin\windows\awk.exe" "$(APACHEHOME)\."
     33    set APACHEHOME=$(APACHEHOME)
     34    nmake /f Makefile.win _apacher
    3335    cd "$(GSDLHOME)"
    3436
     
    3638    cd "$(APACHEHOME)"
    3739    nmake /f Makefile.win installr INSTDIR=$(GSDLHOME)\apache-httpd\windows
     40    copy "$(MAKEDIR)\windows-httpd.conf.in" "$(GSDLHOME)\apache-httpd\windows\conf\httpd.conf.in
    3841    cd "$(GSDLHOME)"
    3942
Note: See TracChangeset for help on using the changeset viewer.