link to sdl-instead

This commit is contained in:
p.kosyh 2010-09-25 16:55:13 +00:00
parent b52ba9cd5a
commit 9d93a1dee6
6 changed files with 7 additions and 0 deletions

View file

@ -32,6 +32,7 @@ CFLAGS += -g -Wall -Dunix -D_USE_UNPACK -D_USE_BROWSE -D_SDL_MOD_BUG
INSTALLD=echo "Do not install standalone version!"
INSTALLB=echo "Do not install standalone version!"
INSTALL=echo "Do not install standalone version!"
LN=echo "Do not install standalone version!"
EXE=
PLATFORM=macosx.m

View file

@ -32,6 +32,7 @@ CFLAGS += -O2 -g -Wall -Dunix -D_USE_UNPACK -D_LOCAL_APPDATA # -D_SDL_MOD_BUG
INSTALLD=echo "Do not install standalone version!"
INSTALLB=echo "Do not install standalone version!"
INSTALL=echo "Do not install standalone version!"
LN=echo "Do not install standalone version!"
EXE=
PLATFORM=unix.c

View file

@ -33,6 +33,7 @@ CFLAGS += -Wall -Dunix -D_USE_UNPACK # -D_SDL_MOD_BUG
INSTALLD=install -d -m 0755
INSTALLB=install -m 0755
INSTALL=install -m 0644
LN=ln -s
EXE=
PLATFORM=unix.c

View file

@ -34,6 +34,8 @@ EXE=.exe
INSTALLD=install -d -m 0755
INSTALLB=install -m 0755
INSTALL=install -m 0644
LN=echo
PLATFORM=windows.c iowin32.c
RESOURCES=resources.o

View file

@ -31,6 +31,7 @@ RANLIB=ranlib
INSTALLD=echo mkdir
INSTALL=copy
LN=echo
PLATFORM=windows.c iowin32.c
RESOURCES=resources.o

View file

@ -22,6 +22,7 @@ sdl-instead$(EXE): $(OBJ) $(RESOURCES)
install:
$(INSTALLD) $(BIN)
$(INSTALLB) sdl-instead$(EXE) $(BIN)/sdl-instead$(EXE)
$(LN) $(BIN)/sdl-instead$(EXE) $(BIN)/instead$(EXE)
uninstall:
$(RM) $(BIN)/sdl-instead$(EXE)