|
Question about #include
Good day, all!
I work in Visual Studio.Net. After making, for example:
slice2cpp.exe example.ice
I receive a two file, example.h and example.cpp
But every time when I change a Slice definition I must manually fix in example.cpp file code
#include <example.h>
to
#include "example.h"
(from global scope include to local).
How it can be fixed without every time changing code manually?
--
Regards,
Alexander
|