Skip to content

Commit

Permalink
Makefile.os2: remove duplicated OPTION QUIET directives from linker file
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 19, 2020
1 parent ffb307e commit e37a938
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.os2
Expand Up @@ -82,7 +82,7 @@ MOBJS= $(MSRCS:.c=.obj)
.c: ./src;./src/dynapi;./src/audio;./src/cpuinfo;./src/events;./src/file;./src/haptic;./src/joystick;./src/power;./src/render;./src/render/software;./src/sensor;./src/stdlib;./src/thread;./src/timer;./src/video;./src/video/yuv2rgb;./src/atomic;./src/audio/disk;
.c: ./src/haptic/dummy;./src/joystick/dummy;./src/joystick/virtual;./src/audio/dummy;./src/video/dummy;./src/sensor/dummy;
.c: ./src/core/os2;./src/core/os2/geniconv;./src/audio/os2;./src/loadso/os2;./src/filesystem/os2;./src/thread/os2;./src/timer/os2;./src/video/os2;
.c: ./src/locale/;./src/locale/unix;./src/misc;./src/misc/dummy;
.c: ./src/locale/;./src/locale/unix;./src/misc;./src/misc/dummy

all: $(DLLFILE) $(LIBFILE) .symbolic

Expand Down Expand Up @@ -136,7 +136,6 @@ $(LNKFILE):
@%append $@ OPTION IMPF=$(LIBHOME)/$^&.exp
@%append $@ OPTION MAP=$(LIBHOME)/$^&.map
@%append $@ OPTION DESCRIPTION '@$#libsdl org:$(VERSION)$#@$(DESCRIPTION)'
@%append $@ OPTION QUIET
@%append $@ OPTION ELIMINATE
@%append $@ OPTION MANYAUTODATA
@%append $@ OPTION OSNAME='OS/2 and eComStation'
Expand Down
Empty file modified Xcode/SDL/SDL.xcodeproj/project.pbxproj 100755 → 100644
Empty file.

0 comments on commit e37a938

Please sign in to comment.