Skip to content

Instantly share code, notes, and snippets.

@pierrejoye
Created November 20, 2011 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierrejoye/1380260 to your computer and use it in GitHub Desktop.
Save pierrejoye/1380260 to your computer and use it in GitHub Desktop.
diff --git a/Makefile.vc b/Makefile.vc
index d3b87ea..d64de0d 100644
--- a/Makefile.vc
+++ b/Makefile.vc
@@ -179,6 +179,8 @@ X_OBJS= \
$(DIROBJ)\utils\bit_reader.obj \
$(DIROBJ)\utils\bit_writer.obj \
$(DIROBJ)\utils\thread.obj \
+ $(DIROBJ)\experimental\alpha.obj \
+ $(DIROBJ)\experimental\paeth.obj \
$(RESOURCE) \
EXAMPLES_OBJS = \
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment