mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 00:57:19 +02:00
reworked regex directory structure to match boost requirements.
[SVN r9752]
This commit is contained in:
19
build/makefile.org
Normal file
19
build/makefile.org
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
LIBNAME=boost_regex
|
||||
|
||||
CPP=@CXX@
|
||||
AR=ar
|
||||
|
||||
CPP_PROJ=@CXXFLAGS@ -I../../../ -c
|
||||
|
||||
ALL_O=@ac_all_o@
|
||||
ALL_H=@ac_all_h@
|
||||
|
||||
lib$(LIBNAME).a : $(ALL_O)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user