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

main.xs.in « xs - github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3523d569ea3ca7c374978648b76820983de652c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include <cstring>
#include <cstdlib>
#include <ostream>
#include <sstream>
// #include <libslic3r/GCodeSender.hpp>

#ifdef __cplusplus
extern "C" {
#endif
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#include "ppport.h"
#undef do_open
#undef do_close
#ifdef __cplusplus
}
#endif

#ifdef _WIN32
	#undef XS_EXTERNAL
	#define XS_EXTERNAL(name) __declspec(dllexport) XSPROTO(name)
#endif /* MSVC */

MODULE = Slic3r::XS	PACKAGE = Slic3r::XS

@INCLUDE_COMMANDS@