File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ install: all
10
10
@copy /b vs$(VSVER ) \$ (CFG)\$ (PLAT)\$ (LIBSIGC_LIBNAME).dll $(PREFIX ) \b in
11
11
@copy /b vs$(VSVER ) \$ (CFG)\$ (PLAT)\$ (LIBSIGC_LIBNAME).pdb $(PREFIX ) \b in
12
12
@copy /b vs$(VSVER ) \$ (CFG)\$ (PLAT)\$ (LIBSIGC_LIBNAME).lib $(PREFIX ) \l ib
13
+ @copy " ..\sigc++\sigc++.h" " $( PREFIX) \include\sigc++-$( LIBSIGC_MAJOR_VERSION) .$( LIBSIGC_MINOR_VERSION) \sigc++\"
13
14
@for %h in ($( LIBSIGC_INT_HDRS) ) do @copy " ..\sigc++\%h" " $( PREFIX) \include\sigc++-$( LIBSIGC_MAJOR_VERSION) .$( LIBSIGC_MINOR_VERSION) \sigc++\%h"
14
15
@if exist sigc++config.h copy " sigc++config.h" " $( PREFIX) \lib\sigc++-$( LIBSIGC_MAJOR_VERSION) .$( LIBSIGC_MINOR_VERSION) \include\"
15
16
@if exist ..\u ntracked\M SVC_NMake\s igc++config.h copy " ..\untracked\MSVC_NMake\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