Skip to content

Commit

Permalink
Update Makevars.win
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu authored Dec 11, 2024
1 parent 5cb310e commit bb3678a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
OBJECTS.vcfr = rvcf.o RcppExports.o vcf/txtReader.o \
^Ivcf/variantIndex.o \
^Ivcf/vcfReader.o \
^Ivcf/gzstream/gzstream.o \
^Ivcf/vcfReaderDebug.o
OBJECTS.vcfr = rvcf.o \
RcppExports.o \
vcf/txtReader.o \
vcf/variantIndex.o \
vcf/vcfReader.o \
vcf/gzstream/gzstream.o \
vcf/vcfReaderDebug.o

OBJECTS = $(OBJECTS.vcfr)
PKG_CXXFLAGS = -I/usr/share/R/include/ -Ivcf/ -Ivcf/gzstream/ -DVERSION="\"R\"" -DRBUILD -DSTRICT_R_HEADERS
Expand Down

0 comments on commit bb3678a

Please sign in to comment.