mirror of
https://github.com/apache/httpd.git
synced 2026-01-26 19:01:35 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90393 13f79535-47bb-0310-9956-ffa450edef68
8 lines
361 B
Makefile
8 lines
361 B
Makefile
# Some rules for making a shared core dll on OS/2
|
|
|
|
os2core: httpd.dll $(CORE_IMPLIB)
|
|
$(LIBTOOL) --mode=link gcc -Zstack 512 $(LDFLAGS) $(EXTRA_LDFLAGS) -o httpd $(CORE_IMPLIB)
|
|
|
|
httpd.dll: $(PROGRAM_DEPENDENCIES) $(CORE_IMPLIB)
|
|
$(LINK) -Zdll $(EXTRA_LDFLAGS) -s -o $@ server/exports.lo modules.lo $(PROGRAM_DEPENDENCIES) $(EXTRA_LIBS) server/ApacheCoreOS2.def
|