Skip to content
Commits on Source (128)
......@@ -32,9 +32,10 @@ missing
.dirstamp
*_moc.cpp
*.pot
*.mo
*.gambas
main/trunk_version.h
main/*/gb*3
main/gb*/gb*3
DISABLED*
.startup
.settings
......
build:archlinux:
image: base/archlinux
image: archlinux/base
before_script:
- >
pacman -Syu --needed --noconfirm
......@@ -19,7 +19,7 @@ build:archlinux:
build:archlinux-clang:
image: base/archlinux
image: archlinux/base
before_script:
- >
pacman -Syu --needed --noconfirm
......
......@@ -380,9 +380,6 @@ AC_DEFUN([GB_INIT],
AM_CXXFLAGS="$AM_CXXFLAGS -O0"
fi
CFLAGS=""
CXXFLAGS=""
dnl ---- Checks for programs
AC_PROG_CPP
......
......@@ -13,7 +13,7 @@ install-exec-local:
@(cd $(srcdir)/src; d=`pwd`; \
for p in `cat INSTALL`; do \
echo "Compiling $$p..."; cd $$d/$$p; \
$(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -ag -r $(DESTDIR)$(prefix); \
$(DESTDIR)$(bindir)/gbc$(GAMBAS_VERSION) -agt -r $(DESTDIR)$(prefix); \
if test $$? -eq 0; then \
$(DESTDIR)$(bindir)/gba$(GAMBAS_VERSION); \
rm -rf .gambas; \
......
......@@ -5,6 +5,6 @@ Comment=Gambas3 Integrated Development Environment
Icon=gambas3.png
Terminal=false
Type=Application
Categories=Application;Development;
Categories=Application;Development;IDE;
Encoding=UTF-8
StartupNotify=true