diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-01-30 17:07:17 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-01-30 17:07:17 +0000 |
commit | bbb80ee9ae981da4b25941500c8f3cc7eeb14063 (patch) | |
tree | f4b9d16045d24f8a0b7e5dd78848dab0900c3d58 | |
parent | 8b69cff4357081fdd688f2c29273d34235157d22 (diff) |
remove renaming of [cartopol~] since I did not realize there was some Makefile tricks in Makefile.common to rename the binary
svn path=/trunk/externals/miXed/; revision=15926
-rw-r--r-- | ViCious/cyclone/objects | 2 | ||||
-rw-r--r-- | cyclone/Makefile.sources | 2 | ||||
-rw-r--r-- | cyclone/sickle/Makefile.sources | 2 | ||||
-rw-r--r-- | cyclone/sickle/cartopol.c (renamed from cyclone/sickle/cartopol~.c) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/ViCious/cyclone/objects b/ViCious/cyclone/objects index 954230f..66c21db 100644 --- a/ViCious/cyclone/objects +++ b/ViCious/cyclone/objects @@ -132,7 +132,7 @@ ALL_SICKLES = \ $(SRCDIR)\sickle\bitxor.obj \
$(SRCDIR)\sickle\buffir.obj \
$(SRCDIR)\sickle\capture.obj \
- $(SRCDIR)\sickle\cartopol~.obj \
+ $(SRCDIR)\sickle\cartopol.obj \
$(SRCDIR)\sickle\change.obj \
$(SRCDIR)\sickle\click.obj \
$(SRCDIR)\sickle\Clip.obj \
diff --git a/cyclone/Makefile.sources b/cyclone/Makefile.sources index b44ac05..a5f40ca 100644 --- a/cyclone/Makefile.sources +++ b/cyclone/Makefile.sources @@ -182,7 +182,7 @@ sickle/pong.c SFRAGILE_TILDE = $(TILDE) SFRAGILE_SOURCES = \ -sickle/cartopol~.c \ +sickle/cartopol.c \ sickle/poltocar.c SFRAGILEFITTER_TILDE = $(TILDE) diff --git a/cyclone/sickle/Makefile.sources b/cyclone/sickle/Makefile.sources index 9957270..ce8b493 100644 --- a/cyclone/sickle/Makefile.sources +++ b/cyclone/sickle/Makefile.sources @@ -21,7 +21,7 @@ bitshift.c \ bitxor.c \ buffir.c \ capture.c \ -cartopol~.c \ +cartopol.c \ change.c \ click.c \ Clip.c \ diff --git a/cyclone/sickle/cartopol~.c b/cyclone/sickle/cartopol.c index 4c25797..4c25797 100644 --- a/cyclone/sickle/cartopol~.c +++ b/cyclone/sickle/cartopol.c |