Skip to content

Commit

Permalink
Merge pull request #99 from andrey-starodubtsev/nytprofmerge_win32
Browse files Browse the repository at this point in the history
nytprofmerge fails on Windows due to absent export
  • Loading branch information
timbunce committed Nov 24, 2016
2 parents 64e5953 + 03ff2e8 commit 30be531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ nytprof-50-errno.out
/t/auto
pm_to_blib
/_eumm/
dll.base
dll.exp
NYTProf_def.old
1 change: 1 addition & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ WriteMakefile(
},
LIBS => [join ' ', @libs],
OBJECT => q/$(O_FILES)/,
FUNCLIST => ['boot_Devel__NYTProf', 'boot_Devel__NYTProf__FileHandle'],
EXE_FILES => ['bin/nytprofhtml', 'bin/flamegraph.pl', 'bin/nytprofcsv', 'bin/nytprofcalls', 'bin/nytprofcg', 'bin/nytprofmerge', 'bin/nytprofpf'],
@man,
INC => $INCLUDE,
Expand Down

0 comments on commit 30be531

Please sign in to comment.