compiler/Make.spec
changeset 529 439c4057517f
parent 528 ebfddc82b8bb
child 530 e36906742693
--- a/compiler/Make.spec	Mon Aug 24 22:32:15 2015 +0100
+++ b/compiler/Make.spec	Mon Aug 24 23:42:53 2015 +0100
@@ -62,13 +62,13 @@
 	PEGFsaStateInfo \
 	PEGFsaTransition \
 	PPCASTUtilities \
-	PPCArguments \
 	PPCBridge \
 	PPCClass \
 	PPCClassBuilder \
 	PPCCodeBlock \
 	PPCCodeGen \
 	PPCCompilationError \
+	PPCCompilationOptions \
 	PPCCompilationWarning \
 	PPCConfiguration \
 	PPCContext \
@@ -192,13 +192,13 @@
     $(OUTDIR_SLASH)PEGFsaStateInfo.$(O) \
     $(OUTDIR_SLASH)PEGFsaTransition.$(O) \
     $(OUTDIR_SLASH)PPCASTUtilities.$(O) \
-    $(OUTDIR_SLASH)PPCArguments.$(O) \
     $(OUTDIR_SLASH)PPCBridge.$(O) \
     $(OUTDIR_SLASH)PPCClass.$(O) \
     $(OUTDIR_SLASH)PPCClassBuilder.$(O) \
     $(OUTDIR_SLASH)PPCCodeBlock.$(O) \
     $(OUTDIR_SLASH)PPCCodeGen.$(O) \
     $(OUTDIR_SLASH)PPCCompilationError.$(O) \
+    $(OUTDIR_SLASH)PPCCompilationOptions.$(O) \
     $(OUTDIR_SLASH)PPCCompilationWarning.$(O) \
     $(OUTDIR_SLASH)PPCConfiguration.$(O) \
     $(OUTDIR_SLASH)PPCContext.$(O) \