dev: fix several little things *
- Makefile: remove flags -lcitro2d -lcitro3d - .gitignore: add /mlx3ds.lst - mlx_internal.h: header protection + little fix
This commit is contained in:
parent
13b93106ee
commit
97db58cd33
3 changed files with 13 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -65,7 +65,7 @@ LDFLAGS = -specs=3dsx.specs $(ARCH) -Wl,-Map,$(notdir $*.map)
|
|||
#---------------------------------------------------------------------------------
|
||||
# Libraries needed to link into the executable.
|
||||
#---------------------------------------------------------------------------------
|
||||
LIBS := -lcitro2d -lcitro3d -lctru -lm
|
||||
LIBS := -lctru -lm
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level containing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue