diff --git a/dlangide-monod-linux.dproj b/dlangide-monod-linux.dproj new file mode 100644 index 0000000..1bfe180 --- /dev/null +++ b/dlangide-monod-linux.dproj @@ -0,0 +1,194 @@ + + + + Debug + x64 + {85ECF79F-B75F-4459-8A90-3857961F2029} + DMD2 + true + true + true + + + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1} + + + + + ../dlangui/src + ../dlangui/deps/dlib + ../dlangui/deps/gl3n + ../dlangui/deps/DerelictSDL2/source + ../dlangui/deps/DerelictFT/source + ../dlangui/deps/DerelictGL3/source + ../dlangui/deps/DerelictUtil/source + + + + + true + bin\Debug + + + USE_OPENGL + USE_SDL + USE_FREETYPE + EmbedStandardResources + + + obj/Debug + true + false + dlangide-monod-linux + Executable + true + 0 + -Jviews +-Jviews/res +-Jviews/res/i18n +-Jviews/res/mdpi +-Jviews/res/hdpi + + + bin\Release + + + USE_OPENGL + USE_SDL + USE_FREETYPE + EmbedStandardResources + + + obj/Release + true + -Jviews +-Jviews/res +-Jviews/res/i18n +-Jviews/res/mdpi +-Jviews/res/hdpi + false + dlangide-monod-linux + Executable + true + 0 + + + true + bin\Unittest + + + USE_OPENGL + USE_SDL + USE_FREETYPE + EmbedStandardResources + + + obj/Unittest + true + -Jviews +-Jviews/res +-Jviews/res/i18n +-Jviews/res/mdpi +-Jviews/res/hdpi + true + dlangide-monod-linux + Executable + true + 0 + + + true + bin\Debug + + + USE_SDL + USE_FREETYPE + EmbedStandardResources + + + obj/Debug + true + -Jviews +-Jviews/res +-Jviews/res/i18n +-Jviews/res/mdpi +-Jviews/res/hdpi + false + dlangide-monod-linux + Executable + true + 0 + + + bin\Release + + + USE_SDL + USE_FREETYPE + EmbedStandardResources + + + obj/Release + true + -Jviews +-Jviews/res +-Jviews/res/i18n +-Jviews/res/mdpi +-Jviews/res/hdpi + false + dlangide-monod-linux + Executable + true + 0 + + + true + bin\Unittest + + + USE_SDL + USE_FREETYPE + EmbedStandardResources + + + obj/Unittest + true + -Jviews +-Jviews/res +-Jviews/res/i18n +-Jviews/res/mdpi +-Jviews/res/hdpi + true + dlangide-monod-linux + Executable + true + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlangide-monod-linux.sln b/dlangide-monod-linux.sln new file mode 100644 index 0000000..b4246fd --- /dev/null +++ b/dlangide-monod-linux.sln @@ -0,0 +1,58 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlangide-monod-linux", "dlangide-monod-linux.dproj", "{85ECF79F-B75F-4459-8A90-3857961F2029}" +EndProject +Project("{3947E667-4C90-4C3A-BEB9-7148D6FE0D7C}") = "dlangui-monod-linux", "..\dlangui\dlangui-monod-linux.dproj", "{A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + Unittest|Any CPU = Unittest|Any CPU + Debug|x64 = Debug|x64 + Release|x64 = Release|x64 + Unittest|x64 = Unittest|x64 + DebugMinimal|x64 = DebugMinimal|x64 + ReleaseMinimal|x64 = ReleaseMinimal|x64 + UnittestMinimal|x64 = UnittestMinimal|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {85ECF79F-B75F-4459-8A90-3857961F2029}.Debug|Any CPU.ActiveCfg = Debug|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Debug|Any CPU.Build.0 = Debug|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Debug|x64.ActiveCfg = Debug|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Debug|x64.Build.0 = Debug|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.DebugMinimal|x64.ActiveCfg = DebugMinimal|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.DebugMinimal|x64.Build.0 = DebugMinimal|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Release|Any CPU.ActiveCfg = Release|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Release|Any CPU.Build.0 = Release|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Release|x64.ActiveCfg = Release|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Release|x64.Build.0 = Release|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.ReleaseMinimal|x64.ActiveCfg = ReleaseMinimal|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.ReleaseMinimal|x64.Build.0 = ReleaseMinimal|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Unittest|Any CPU.Build.0 = Unittest|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Unittest|x64.ActiveCfg = Unittest|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.Unittest|x64.Build.0 = Unittest|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.UnittestMinimal|x64.ActiveCfg = UnittestMinimal|x64 + {85ECF79F-B75F-4459-8A90-3857961F2029}.UnittestMinimal|x64.Build.0 = UnittestMinimal|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Debug|Any CPU.ActiveCfg = Debug|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Debug|Any CPU.Build.0 = Debug|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Debug|x64.ActiveCfg = Debug|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Debug|x64.Build.0 = Debug|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.DebugMinimal|x64.ActiveCfg = DebugMinimal|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.DebugMinimal|x64.Build.0 = DebugMinimal|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Release|Any CPU.ActiveCfg = Release|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Release|Any CPU.Build.0 = Release|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Release|x64.ActiveCfg = Release|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Release|x64.Build.0 = Release|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.ReleaseMinimal|x64.ActiveCfg = ReleaseMinimal|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.ReleaseMinimal|x64.Build.0 = ReleaseMinimal|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Unittest|Any CPU.ActiveCfg = Unittest|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Unittest|Any CPU.Build.0 = Unittest|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Unittest|x64.ActiveCfg = Unittest|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.Unittest|x64.Build.0 = Unittest|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.UnittestMinimal|x64.ActiveCfg = UnittestMinimal|x64 + {A38BEF21-AAFE-4115-A978-63B7C8C2FBD1}.UnittestMinimal|x64.Build.0 = UnittestMinimal|x64 + EndGlobalSection +EndGlobal diff --git a/src/dlangide.d b/src/dlangide.d index 1981bc1..799ba3b 100644 --- a/src/dlangide.d +++ b/src/dlangide.d @@ -61,7 +61,7 @@ extern (C) int UIAppMain(string[] args) { } // create window - Window window = Platform.instance.createWindow("Dlang IDE", null, WindowFlag.Resizable, 700, 470); + Window window = Platform.instance.createWindow("Dlang IDE", null, WindowFlag.Resizable, 800, 600); // set window icon window.windowIcon = drawableCache.getImage("dlangui-logo1");