Stop using symlinks as they require sudo privileges to clone the repository on Windows

This commit is contained in:
Rodrigo Alfonso 2023-02-06 01:02:09 -03:00
parent ef5aeb462f
commit 91a614fcee
19 changed files with 15 additions and 20 deletions

View File

@ -134,7 +134,7 @@ TITLE := $(PROJ)
LIBS := -ltonc -lugba
BUILD := build
SRCDIRS := src ../_lib
SRCDIRS := src ../_lib ../../lib
DATADIRS := data
INCDIRS := src
LIBDIRS := $(TONCLIB) $(PWD)/../_lib/libugba

View File

@ -2,9 +2,9 @@
#include <string>
#include "../../_lib/interrupt.h"
#include "../../_lib/LinkCable.h"
#include "../../../lib/LinkCable.h"
// (0) Include the header
#include "../../_lib/LinkCableMultiboot.h"
#include "../../../lib/LinkCableMultiboot.h"
void log(std::string text);

View File

@ -134,7 +134,7 @@ TITLE := $(PROJ)
LIBS := -ltonc -lugba
BUILD := build
SRCDIRS := src ../_lib
SRCDIRS := src ../_lib ../../lib
DATADIRS := data
INCDIRS := src
LIBDIRS := $(TONCLIB) $(PWD)/../_lib/libugba

View File

@ -6,7 +6,7 @@
// This example sends the pressed buttons to other players.
// (0) Include the header
#include "../../_lib/LinkCable.h"
#include "../../../lib/LinkCable.h"
void log(std::string text);

View File

@ -123,7 +123,7 @@ TITLE := $(PROJ)
LIBS := -ltonc -lugba -lgba-sprite-engine
BUILD := build
SRCDIRS := src ../_lib \
SRCDIRS := src ../_lib ../../lib \
src/scenes \
src/utils

View File

@ -1,6 +1,6 @@
#include <libgba-sprite-engine/gba_engine.h>
#include <tonc.h>
#include "../../_lib/LinkCable.h"
#include "../../../lib/LinkCable.h"
#include "../../_lib/interrupt.h"
#include "scenes/TestScene.h"
#include "utils/SceneUtils.h"

View File

@ -134,7 +134,7 @@ TITLE := $(PROJ)
LIBS := -ltonc -lugba
BUILD := build
SRCDIRS := src ../_lib
SRCDIRS := src ../_lib ../../lib
DATADIRS := data
INCDIRS := src lib
LIBDIRS := $(TONCLIB) $(PWD)/../_lib/libugba

View File

@ -1,6 +1,6 @@
#include <tonc.h>
#include <string>
#include "../../_lib/LinkCable.h"
#include "../../../lib/LinkCable.h"
#include "../../_lib/interrupt.h"
// STRESS:

View File

@ -134,7 +134,7 @@ TITLE := $(PROJ)
LIBS := -ltonc -lugba
BUILD := build
SRCDIRS := src ../_lib
SRCDIRS := src ../_lib ../../lib
DATADIRS := data
INCDIRS := src
LIBDIRS := $(TONCLIB) $(PWD)/../_lib/libugba

View File

@ -2,7 +2,7 @@
#include <string>
// (0) Include the header
#include "../../_lib/LinkGPIO.h"
#include "../../../lib/LinkGPIO.h"
void log(std::string text);
std::string mode(std::string name, LinkGPIO::Pin pin);

View File

@ -134,7 +134,7 @@ TITLE := $(PROJ)
LIBS := -ltonc -lugba
BUILD := build
SRCDIRS := src ../_lib
SRCDIRS := src ../_lib ../../lib
DATADIRS := data
INCDIRS := src
LIBDIRS := $(TONCLIB) $(PWD)/../_lib/libugba

View File

@ -3,7 +3,7 @@
#include "../../_lib/interrupt.h"
// (0) Include the header
#include "../../_lib/LinkSPI.h"
#include "../../../lib/LinkSPI.h"
void log(std::string text);
void wait(u32 verticalLines);

View File

@ -134,7 +134,7 @@ TITLE := $(PROJ)
LIBS := -ltonc -lugba
BUILD := build
SRCDIRS := src ../_lib
SRCDIRS := src ../_lib ../../lib
DATADIRS := data
INCDIRS := src
LIBDIRS := $(TONCLIB) $(PWD)/../_lib/libugba

View File

@ -3,7 +3,7 @@
#include <string>
// (0) Include the header
#include "../../_lib/LinkWireless.h"
#include "../../../lib/LinkWireless.h"
#define TRANSFERS_PER_FRAME 4

View File

@ -1 +0,0 @@
../../lib/LinkCable.h

View File

@ -1 +0,0 @@
../../lib/LinkCableMultiboot.h

View File

@ -1 +0,0 @@
../../lib/LinkGPIO.h

View File

@ -1 +0,0 @@
../../lib/LinkSPI.h

View File

@ -1 +0,0 @@
../../lib/LinkWireless.h