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\ @md $(PREFIX ) \i nclude\s igc++-$(LIBSIGC_MAJOR_VERSION ) .$(LIBSIGC_MINOR_VERSION ) \s igc++\a daptors
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 ) \b in
11
- @copy /b vs $( VSVER ) \$ (CFG) \$ (PLAT) \$ (LIBSIGC_LIBNAME). pdb $(PREFIX ) \b in
12
- @copy /b vs $( VSVER ) \$ (CFG) \$ (PLAT) \$ (LIBSIGC_LIBNAME).lib $(PREFIX ) \l ib
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
@if exist sigc++config.h copy " sigc++config.h" " $( PREFIX) \lib\sigc++-$( LIBSIGC_MAJOR_VERSION) .$( LIBSIGC_MINOR_VERSION) \include\"
You can’t perform that action at this time.
0 commit comments