Changeset 20339


Ignore:
Timestamp:
2009-08-19T19:30:56+12:00 (15 years ago)
Author:
ak19
Message:

Instead of the files in folder w32apachectl getting compiled up for LOCAL_LIBRARY, they ought to be compiled up when we want the local APACHE_HTTPD server compiled, since w32apachectl contains files for starting and stopping the apache web server.

File:
1 edited

Legend:

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

    r20183 r20339  
    5454!IF $(LOCAL_LIBRARY)
    5555MAKECMD = $(MAKECMD) LOCAL_LIBRARY=1
    56 INSTALLDIRS = $(INSTALLDIRS) src\w32server src\w32apachectl
     56INSTALLDIRS = $(INSTALLDIRS) src\w32server
    5757!ENDIF
    5858!IF $(APACHE_HTTPD)
    5959MAKECMD = $(MAKECMD) APACHE_HTTPD=1
    60 INSTALLDIRS = $(INSTALLDIRS) packages\apache-httpd
     60INSTALLDIRS = $(INSTALLDIRS) src\w32apachectl packages\apache-httpd
    6161!ENDIF
    6262!IF $(DEBUG)
Note: See TracChangeset for help on using the changeset viewer.