Added crossexport.hpp
This commit is contained in:
8
src/crossexport.hpp
Normal file
8
src/crossexport.hpp
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#ifndef CROSSEXPORT_HPP
|
||||||
|
#define CROSSEXPORT_HPP
|
||||||
|
|
||||||
|
#include <wx/wx.h>
|
||||||
|
|
||||||
|
#include "crossbasetypes.hpp"
|
||||||
|
|
||||||
|
#endif // CROSSEXPORT_HPP
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
#include "wxgui.hpp"
|
#include "wxgui.hpp"
|
||||||
|
|
||||||
#include "crossgen.hpp"
|
#include "crossgen.hpp"
|
||||||
|
#include "crossexport.hpp"
|
||||||
|
|
||||||
#define wxID_PATH 1079
|
#define wxID_PATH 1079
|
||||||
#define wxID_GENERATE 1080
|
#define wxID_GENERATE 1080
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ CurrentFileName :=
|
|||||||
CurrentFilePath :=
|
CurrentFilePath :=
|
||||||
CurrentFileFullPath :=
|
CurrentFileFullPath :=
|
||||||
User :=Aleksey Lobanov
|
User :=Aleksey Lobanov
|
||||||
Date :=07/06/15
|
Date :=11/06/15
|
||||||
CodeLitePath :="/home/alex/.codelite"
|
CodeLitePath :="/home/alex/.codelite"
|
||||||
LinkerName :=/usr/bin/g++-4.8
|
LinkerName :=/usr/bin/g++-4.8
|
||||||
SharedObjectLinkerName :=/usr/bin/g++-4.8 -shared -fPIC
|
SharedObjectLinkerName :=/usr/bin/g++-4.8 -shared -fPIC
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
<VirtualDirectory Name="Shared">
|
<VirtualDirectory Name="Shared">
|
||||||
<File Name="../src/crossgen.hpp"/>
|
<File Name="../src/crossgen.hpp"/>
|
||||||
<File Name="../src/crossbasetypes.hpp"/>
|
<File Name="../src/crossbasetypes.hpp"/>
|
||||||
|
<File Name="../src/crossexport.hpp"/>
|
||||||
</VirtualDirectory>
|
</VirtualDirectory>
|
||||||
<Settings Type="Executable">
|
<Settings Type="Executable">
|
||||||
<GlobalSettings>
|
<GlobalSettings>
|
||||||
|
|||||||
Reference in New Issue
Block a user