Code::Blocks 10.05
Informations
Créateur | Messages |
---|---|
Quentin PÂRIS
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionFree, open-source cross-platform IDE that supports multiple compilers Captures d'écranCode source#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-07-07 19-55) # Clean code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Code::Blocks 10.05" PREFIX="CodeBlocks" WORKING_WINE_VERSION="1.4" EDITOR="Codeblocks" EDITOR_URL="http://www.codeblocks.org/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" POL_Call POL_Install_LunaTheme cd "$POL_System_TmpDir" POL_Download "$SITE/divers/codeblocks-10.05mingw-setup.exe" "cab50ffb133d2362d1a4d76657a7993c" POL_Wine_WaitBefore "$TITLE" POL_Wine "codeblocks-10.05mingw-setup.exe" POL_System_TmpDelete POL_Shortcut "codeblocks.exe" "$TITLE" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
FuzzyToothpaste | Mardi 16 September 2014 à 2:25 |
FuzzyToothpaste
|
InformationCette mise à jour a été acceptée par l'équipe MessagesPlease change the name from Codeblocks to Code::Blocks, the official name. Go to http://codeblocks.org and look in the title of the tab in your browser. Notice how it (should) say Code::Blocks. It is also called this on the official website, codeblocks.org. Differences@@ -7,7 +7,7 @@ [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" -TITLE="Codeblocks 10.05" +TITLE="Code::Blocks 10.05" PREFIX="CodeBlocks" WORKING_WINE_VERSION="1.4" Nouveau code source#!/bin/bash # CHANGELOG # [SuperPlumus] (2013-07-07 19-55) # Clean code [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" TITLE="Code::Blocks 10.05" PREFIX="CodeBlocks" WORKING_WINE_VERSION="1.4" EDITOR="Codeblocks" EDITOR_URL="http://www.codeblocks.org/" POL_SetupWindow_Init POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$EDITOR_URL" "" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_System_TmpCreate "$TITLE" POL_Call POL_Install_LunaTheme cd "$POL_System_TmpDir" POL_Download "$SITE/divers/codeblocks-10.05mingw-setup.exe" "cab50ffb133d2362d1a4d76657a7993c" POL_Wine_WaitBefore "$TITLE" POL_Wine "codeblocks-10.05mingw-setup.exe" POL_System_TmpDelete POL_Shortcut "codeblocks.exe" "$TITLE" POL_SetupWindow_Close exit 0 RéponsesDimanche 30 Juin 2019 à 7:48
|
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