Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xs/MANIFEST19
1 files changed, 19 insertions, 0 deletions
diff --git a/xs/MANIFEST b/xs/MANIFEST
index 22cd010db..c29ced6ef 100644
--- a/xs/MANIFEST
+++ b/xs/MANIFEST
@@ -1,20 +1,39 @@
Build.PL
+buildtmp/main.xs
+buildtmp/typemap
+buildtmp/XS.c
+buildtmp/XS.o
lib/Slic3r/XS.pm
MANIFEST This list of files
src/admesh/connect.c
+src/admesh/connect.o
src/admesh/normals.c
+src/admesh/normals.o
src/admesh/shared.c
+src/admesh/shared.o
src/admesh/stl.h
src/admesh/stl_io.c
+src/admesh/stl_io.o
src/admesh/stlinit.c
+src/admesh/stlinit.o
src/admesh/util.c
+src/admesh/util.o
src/myinit.h
+src/Point.cpp
+src/Point.hpp
+src/Point.o
src/ppport.h
+src/TriangleMesh.cpp
+src/TriangleMesh.hpp
+src/TriangleMesh.o
+src/ZTable.hpp
t/01_trianglemesh.t
t/02_object.t
+t/03_point.t
xsp/my.map
xsp/mytype.map
xsp/Object.xsp
+xsp/Point.xsp
xsp/TriangleMesh.xsp
xsp/typemap.xspt
xsp/XS.xsp