Browse Source

+ Classes.pp is now copied.

michael 26 years ago
parent
commit
fef00dd591
1 changed files with 4 additions and 0 deletions
  1. 4 0
      fcl/win32/Makefile

+ 4 - 0
fcl/win32/Makefile

@@ -80,6 +80,10 @@ $(PROGNAMES): %:%.pp
 
 classes.ppu: classes.pp $(INCFILENAMES) $(PROCFILENAMES)
 
+
+classes.pp:
+	cp $(INCDIR)/classes.pp .
+
 #
 # Generic install and clean targets
 #