mirror of
https://gitlab.com/klmp200/LO27.git
synced 2025-07-11 13:49:23 +00:00
Changement d'architecture de projet
This commit is contained in:
@ -3,7 +3,7 @@ CFLAGS=-Wall -Werror -pedantic -fpic -g -std=c89
|
||||
|
||||
|
||||
LIBSDIR=-L/usr/lib -L../Libs
|
||||
INCLUDEDIR=-I/usr/include -I. -I../LibAutomaton
|
||||
INCLUDEDIR=-I/usr/include -I. -I../LibMatrix
|
||||
|
||||
#Library variables
|
||||
LIBTARGET=libGui.so
|
||||
@ -11,8 +11,8 @@ LIBSOURCE=pixel
|
||||
LIBSOURCECFILE=$(LIBSOURCE:=.c)
|
||||
LIBSOURCEOFILE=$(LIBSOURCE:=.o)
|
||||
|
||||
DEPENDENCELIST=libAutomaton.so
|
||||
DEPENDENCENAMELIST=Automaton
|
||||
DEPENDENCELIST=libMatrix.so
|
||||
DEPENDENCENAMELIST=Matrix
|
||||
|
||||
EXTLIBS=`sdl2-config --cflags --libs`
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
* @Author: klmp200
|
||||
* @Date: 2016-12-27 19:59:21
|
||||
* @Last Modified by: klmp200
|
||||
* @Last Modified time: 2016-12-27 20:09:56
|
||||
* @Last Modified time: 2016-12-28 18:48:54
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
Reference in New Issue
Block a user