You are here
Orwell Dev-C++
Informations
Creator | Message |
---|---|
Alvarito050506
|
InformationThis installer has been approved by the team. InformationsPlatforms: Feedbacks0 0 DescriptionFrom the official website: "A new and improved fork of Bloodshed Dev-C++." Wikipedia. Source code#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Orwell Dev-C++" PREFIX="Dev_Cpp" WORKING_WINE_VERSION="4.0.2" EDITOR="Orwell Dev-C++" EDITOR_URL="http://orwelldevcpp.sourceforge.io/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Alvarito050506" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" cd "$POL_System_TmpDir" POL_Download "https://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/Dev-Cpp%205.11%20TDM-GCC%204.9.2%20Setup.exe/download" POL_Wine_WaitBefore "$TITLE" POL_Wine "Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe" POL_System_TmpDelete POL_Shortcut "devcpp.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContributeMember | Message |
Alvarito050506 | Tuesday 22 October 2019 at 18:03 |
Alvarito050506
|
InformationThis update has been approved by the team. Differences@@ -0,0 +1,32 @@ +#!/usr/bin/env playonlinux-bash + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +TITLE="Orwell Dev-C++" +PREFIX="Dev_Cpp" +WORKING_WINE_VERSION="4.0.2" + +EDITOR="Orwell Dev-C++" +EDITOR_URL="http://orwelldevcpp.sourceforge.io/" + +POL_SetupWindow_Init +POL_Debug_Init + +POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Alvarito050506" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" + +POL_System_TmpCreate "$TITLE" + +cd "$POL_System_TmpDir" +POL_Download "https://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/Dev-Cpp%205.11%20TDM-GCC%204.9.2%20Setup.exe/download" + +POL_Wine_WaitBefore "$TITLE" +POL_Wine "Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe" +POL_System_TmpDelete +POL_Shortcut "devcpp.exe" "$TITLE" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file New source code#!/usr/bin/env playonlinux-bash [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Orwell Dev-C++" PREFIX="Dev_Cpp" WORKING_WINE_VERSION="4.0.2" EDITOR="Orwell Dev-C++" EDITOR_URL="http://orwelldevcpp.sourceforge.io/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "Alvarito050506" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" cd "$POL_System_TmpDir" POL_Download "https://sourceforge.net/projects/orwelldevcpp/files/Setup%20Releases/Dev-Cpp%205.11%20TDM-GCC%204.9.2%20Setup.exe/download" POL_Wine_WaitBefore "$TITLE" POL_Wine "Dev-Cpp 5.11 TDM-GCC 4.9.2 Setup.exe" POL_System_TmpDelete POL_Shortcut "devcpp.exe" "$TITLE" POL_SetupWindow_Close exit 0 RepliesFriday 29 November 2019 at 21:10
Saturday 30 November 2019 at 14:56
Edited by Alvarito050506 |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com