stoddard99/11/23 13:09:22
Modified:src Makefile.nt Makefile_win32_debug.txt
Makefile_win32.txt
Log:
Update Windows make files to include Expat.
And giving Keith credit for submitting the expat win32 project files I
committed earlier!
Submitted by: Ke
marc98/11/01 00:56:34
Modified:src Makefile.nt
Log:
Make Makefile.nt clean mod_rewrite properly.
PR: 3100
Submitted by: Tetsu Maenaka <[EMAIL PROTECTED]>
Revision ChangesPath
1.29 +1 -0 apache-1.3/src/Makefile.nt
Index: Makefile.nt
===
pcs 98/04/17 07:58:52
Modified:src Makefile.nt
Log:
Fix typo which meant that the installer-DLL target (installdll)
was not working
Revision ChangesPath
1.28 +1 -1 apache-1.3/src/Makefile.nt
Index: Makefile.nt
==
pcs 98/03/25 02:38:50
Modified:src Makefile.nt
Log:
Reduce repeated code in the makefile by setting environment variables
for the build types (debug vs. release)
Revision ChangesPath
1.25 +97 -206 apache-1.3/src/Makefile.nt
Index: Makefile.nt
marc98/03/20 21:02:53
Modified:src Makefile.nt
Log:
We have these, lets install them. Seem to work for me.
Revision ChangesPath
1.24 +3 -0 apache-1.3/src/Makefile.nt
Index: Makefile.nt
pcs 98/02/24 06:36:49
Modified:src Makefile.nt
Log:
Add an "installdll" target to build the DLL used by the installshield
2 configuration. This is not built as part of the normal "_apacheX" or
"installX" builds.
Revision ChangesPath
1.23 +23 -9 apach