- Llevats els ultims vestigis de GCWZERO
- Updatat Makefile pa SDL3
This commit is contained in:
@@ -1,10 +0,0 @@
|
|||||||
[Desktop Entry]
|
|
||||||
Version=1.0
|
|
||||||
Type=Application
|
|
||||||
Name=AEE
|
|
||||||
Comment=Aventures En Egipte
|
|
||||||
Icon=icon
|
|
||||||
Exec=aee
|
|
||||||
Categories=games;Game;SDL;
|
|
||||||
Terminal=false
|
|
||||||
|
|
||||||
@@ -4,13 +4,8 @@
|
|||||||
#include "gif.h"
|
#include "gif.h"
|
||||||
#include "jshader.h"
|
#include "jshader.h"
|
||||||
|
|
||||||
#ifdef GCWZERO
|
|
||||||
#define SCREEN_WIDTH 320
|
|
||||||
#define SCREEN_HEIGHT 240
|
|
||||||
#else
|
|
||||||
#define SCREEN_WIDTH 960
|
#define SCREEN_WIDTH 960
|
||||||
#define SCREEN_HEIGHT 720
|
#define SCREEN_HEIGHT 720
|
||||||
#endif
|
|
||||||
|
|
||||||
JD8_Surface screen = NULL;
|
JD8_Surface screen = NULL;
|
||||||
JD8_Palette main_palette = NULL;
|
JD8_Palette main_palette = NULL;
|
||||||
|
|||||||
4
makefile
4
makefile
@@ -1,9 +1,9 @@
|
|||||||
TARGET=aee
|
TARGET=aee
|
||||||
linux:
|
linux:
|
||||||
g++ *.cpp -lSDL2 -lSDL2_mixer -lGL -o $(TARGET)
|
g++ *.cpp -lSDL3 -lGL -o $(TARGET)
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
g++ *.cpp -lmingw32 -lSDL2 -lSDL2_mixer -lopengl32 -mwindows -o $(TARGET)
|
g++ *.cpp -lmingw32 -lSDL3 -lopengl32 -mwindows -o $(TARGET)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf ./$(TARGET)
|
rm -rf ./$(TARGET)
|
||||||
|
|||||||
Reference in New Issue
Block a user