[Scummvm-cvs-logs] SF.net SVN: scummvm:[46572] scummvm/trunk/tools/skycpt/Makefile

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Dec 26 02:37:10 CET 2009


Revision: 46572
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46572&view=rev
Author:   fingolfin
Date:     2009-12-26 01:37:09 +0000 (Sat, 26 Dec 2009)

Log Message:
-----------
Remove obsolete skycpt Makefile

Removed Paths:
-------------
    scummvm/trunk/tools/skycpt/Makefile

Deleted: scummvm/trunk/tools/skycpt/Makefile
===================================================================
--- scummvm/trunk/tools/skycpt/Makefile	2009-12-26 01:34:46 UTC (rev 46571)
+++ scummvm/trunk/tools/skycpt/Makefile	2009-12-26 01:37:09 UTC (rev 46572)
@@ -1,18 +0,0 @@
-# This worked for me
-# Sorry if it doesn't work for you, but I don't know how to write Makefiles.
-# After all, I'm only a windows user.
-# I would've liked to test it on linux, but I couldn't find the Start button.
-
-TARGET=TXT2CPT
-OBJS=AsciiCptCompile.o cptcompiler.o cpthelp.o idFinder.o KmpSearch.o stdafx.o TextFile.o
-
-all: $(TARGET)
-
-clean:
-	$(QUIET)$(RM) $(TARGET) $(OBJS)
-
-$(TARGET): $(OBJS)
-	$(QUIET_CXX)$(CXX) $(OBJS) $(LDFLAGS) -o $(TARGET)
-
-%.o: %.cpp
-	$(QUIET_CXX)$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $< -o $@


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list