r1833: *** empty log message ***
[ctsim.git] / libctgraphics / Makefile.nt
diff --git a/libctgraphics/Makefile.nt b/libctgraphics/Makefile.nt
deleted file mode 100644 (file)
index 89396b9..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Makefile for libk\r
-\r
-!include <ntwin32.mak>\r
-\r
-CC=cl\r
-LD=link\r
-CFLAGS=-O -nologo -I..\include\r
-LDFLAGS=\r
-O=.obj\r
-\r
-# variables\r
-OBJ1 = axis$(O) ezplot$(O) ezplot1d$(O) ezset$(O) makefmt$(O) pol$(O)\r
-\r
-all:  libezplot.lib\r
-\r
-.obj: .c\r
-       $(CC) -c $(cvarsdll) $(CFLAGS) $*.c\r
-\r
-\r
-libezplot.lib: $(OBJ1)\r
-        echo something to del > libezplot.lib\r
-        del libezplot.lib\r
-        lib /out:libezplot.lib $(OBJ1)\r
-\r
-\r
-clean:\r
-        echo dummy > a.obj\r
-        echo dummy > a.lib\r
-        echo dummy > a.exe\r
-       del *.obj\r
-       del *.exe\r
-       del *.lib\r