Renamed allegro5 package to allg5.

This commit is contained in:
Sander Schobers 2018-11-21 14:35:14 +01:00
parent fd9be87470
commit 89a3d49992
17 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
// #include <stdlib.h>

View File

@ -1,6 +1,6 @@
// +build !windows
package allegro5
package allg5
// #cgo pkg-config: allegro-5 allegro_font-5 allegro_image-5 allegro_primitives-5 allegro_ttf-5
import "C"

View File

@ -1,6 +1,6 @@
// +build windows,!static
package allegro5
package allg5
// #cgo LDFLAGS: -lallegro -lallegro_font -lallegro_image -lallegro_primitives -lallegro_ttf
import "C"

View File

@ -1,6 +1,6 @@
// +build windows,static
package allegro5
package allg5
// #cgo LDFLAGS: -lallegro_monolith-static -static -ljpeg -ldumb -lFLAC -lfreetype -lvorbisfile -lvorbis -logg -lphysfs -lpng16 -lzlib -luuid -lkernel32 -lwinmm -lpsapi -lopengl32 -lglu32 -luser32 -lcomdlg32 -lgdi32 -lshell32 -lole32 -ladvapi32 -lws2_32 -lshlwapi -lstdc++
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <stdlib.h>
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
// #include <allegro5/allegro_font.h>

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
import "C"

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
import "C"

View File

@ -1,6 +1,6 @@
// +build windows
package allegro5
package allg5
// #include <allegro5/allegro.h>
// #include <allegro5/allegro_windows.h>

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
// #include <allegro5/allegro_primitives.h>

View File

@ -1,4 +1,4 @@
package allegro5
package allg5
// #include <allegro5/allegro.h>
// #include <allegro5/allegro_font.h>