blob: 4fca252a364ac9052dd6c9e31bfd9625faff2214 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#
# Makefile rules for building a static or dynamic library
#
!ifdef STATIC
!include <$(ACE_ROOT)\include\makeinclude\build_lib.bor>
!else
!include <$(ACE_ROOT)\include\makeinclude\build_dll.bor>
!endif
|