]> git.donarmstrong.com Git - bamtools.git/commit
Fix Visual Studio compiler errors.
authorAlec Chapman <achapman@alumni.princeton.edu>
Tue, 28 Jun 2011 01:58:30 +0000 (21:58 -0400)
committerAlec Chapman <achapman@alumni.princeton.edu>
Tue, 28 Jun 2011 01:58:30 +0000 (21:58 -0400)
commit1f79a2269614e11135ae5e6a35e70106dfe2a5d8
tree997a4766c5903849b4cf3477d702735ebbf8630b
parent36187632f41f7f995580c35657ceaeaf2c47aa7a
Fix Visual Studio compiler errors.

Don't use dynamic stack allocation (variable length arrays).
Rename bamtools target to bamtools_cmd to not conflict with BamTools target (they differ only in case).
bamtools_cmd only compiles if I remove bamtools_filter.cpp, which I haven't committed.
I also had to manually configure the include directory for zlib,
but that's probably due to having multiple copies floating around my machine.
CMakeLists.txt
src/api/BamAlignment.cpp
src/api/CMakeLists.txt
src/toolkit/CMakeLists.txt
src/utils/bamtools_fasta.cpp
src/utils/bamtools_utilities.cpp