File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ install: all
7
7
@if not exist $(PREFIX ) \i nclude\s igc++-$(LIBSIGC_MAJOR_VERSION ) .$(LIBSIGC_MINOR_VERSION ) \s igc++\a daptors\l ambda\ @md $(PREFIX ) \i nclude\s igc++-$(LIBSIGC_MAJOR_VERSION ) .$(LIBSIGC_MINOR_VERSION ) \s igc++\a daptors\l ambda
8
8
@if not exist $(PREFIX ) \i nclude\s igc++-$(LIBSIGC_MAJOR_VERSION ) .$(LIBSIGC_MINOR_VERSION ) \s igc++\f unctors\ @md $(PREFIX ) \i nclude\s igc++-$(LIBSIGC_MAJOR_VERSION ) .$(LIBSIGC_MINOR_VERSION ) \s igc++\f unctors
9
9
@if not exist $(PREFIX ) \i nclude\s igc++-$(LIBSIGC_MAJOR_VERSION ) .$(LIBSIGC_MINOR_VERSION ) \s igc++\t uple-utils\ @md $(PREFIX ) \i nclude\s igc++-$(LIBSIGC_MAJOR_VERSION ) .$(LIBSIGC_MINOR_VERSION ) \s igc++\t uple-utils
10
- @copy /b vs $( VSVER ) \$ (CFG) \$ (PLAT) \$ (LIBSIGC_LIBNAME).dll " $( PREFIX) \bin"
11
- @copy /b vs $( VSVER ) \$ (CFG) \$ (PLAT) \$ (LIBSIGC_LIBNAME). pdb " $( PREFIX) \bin"
12
- @copy /b vs $( VSVER ) \$ (CFG) \$ (PLAT) \$ (LIBSIGC_LIBNAME).lib " $( PREFIX) \lib"
10
+ @if " $( STATIC ) " == " " copy /b $( LIBSIGC_DLL ) $(PREFIX ) \b in
11
+ @if " $( STATIC ) " == " " copy /b $( LIBSIGC_DLL:.dll=. pdb) $(PREFIX ) \b in
12
+ @copy /b $( LIBSIGC_LIB ) $(PREFIX ) \l ib
13
13
@copy " ..\sigc++\sigc++.h" " $( PREFIX) \include\sigc++-$( LIBSIGC_MAJOR_VERSION) .$( LIBSIGC_MINOR_VERSION) \sigc++\"
14
14
@for %h in ($( LIBSIGC_INT_HDRS) ) do @copy " ..\sigc++\%h" " $( PREFIX) \include\sigc++-$( LIBSIGC_MAJOR_VERSION) .$( LIBSIGC_MINOR_VERSION) \sigc++\%h"
15
15
@for %d in (..\s igc++ ..\u ntracked\s igc++ vs$( VSVER) \$ (CFG)\$ (PLAT)\s igc\s igc++) do @ (for %h in ($( base_built_h) ) do @if exist %d\% h copy " %d\%h" " $( PREFIX) \include\sigc++-$( LIBSIGC_MAJOR_VERSION) .$( LIBSIGC_MINOR_VERSION) \sigc++\%h" )
You can’t perform that action at this time.
0 commit comments