backport builds
[dosdemo] / libs / anim / Makefile
index 657e083..5da7a19 100644 (file)
@@ -2,17 +2,19 @@ obj = anim.obj track.obj
 alib = anim.lib
 
 def = -dM_PI=3.141592653589793
-opt = -5 -fp5 -otexan -I.. -I../../src $(def)
+opt = -5 -fp5 -otexan
 dbg = -d1
 
 !ifdef __UNIX__
+inc =  -I.. -I../../src
 RM = rm -f
 !else
+inc =  -I.. -I..\..\src
 RM = del
 !endif
 
 CC = wcc386
-CFLAGS = $(dbg) $(opt) $(def) -zq -bt=dos
+CFLAGS = $(dbg) $(opt) $(inc) $(def) -zq -bt=dos
 
 $(alib): $(obj)
        wlib -b -n $@ $(obj)