r104: initial cvs import
[ctsim.git] / libctgraphics / Makefile.nt
diff --git a/libctgraphics/Makefile.nt b/libctgraphics/Makefile.nt
new file mode 100644 (file)
index 0000000..89396b9
--- /dev/null
@@ -0,0 +1,32 @@
+# 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