mirror of
https://github.com/apache/httpd.git
synced 2025-11-06 16:49:32 +03:00
Reverses r758929 with a little bit of conflict resolution. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807930 13f79535-47bb-0310-9956-ffa450edef68
8 lines
358 B
Makefile
8 lines
358 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) $(AP_LIBS) server/ApacheCoreOS2.def
|