aboutsummaryrefslogtreecommitdiffhomepage
path: root/libslang/demo/Makefile.w32
diff options
context:
space:
mode:
Diffstat (limited to 'libslang/demo/Makefile.w32')
-rw-r--r--libslang/demo/Makefile.w325
1 files changed, 5 insertions, 0 deletions
diff --git a/libslang/demo/Makefile.w32 b/libslang/demo/Makefile.w32
new file mode 100644
index 0000000..2455cb0
--- /dev/null
+++ b/libslang/demo/Makefile.w32
@@ -0,0 +1,5 @@
+CC=gcc
+smgtest: smgtest.c
+ $(CC) $(CFLAGS) smgtest.c -I../src -L../src/gw32objs -o smgtest -lslang
+pager: pager.c
+ $(CC) $(CFLAGS) pager.c -I../src -L../src/gw32objs -o pager -lslang