Made CmdLineParser/Option compiled class. jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 25 Apr 2013 10:09:57 +0100
branchjv
changeset 18051 d140d3ff68c5
parent 18050 131d0413b25b
child 18052 47b429933e0e
Made CmdLineParser/Option compiled class.
Make.spec
libInit.cc
--- a/Make.spec	Tue Apr 23 14:27:19 2013 +0100
+++ b/Make.spec	Thu Apr 25 10:09:57 2013 +0100
@@ -69,6 +69,9 @@
 	CharacterEncoder \
 	ClassBuilder \
 	ClassCategoryReader \
+	CmdLineOption \
+	CmdLineOptionError \
+	CmdLineParser \
 	Collection \
 	ConfigurableFeatures \
 	Context \
@@ -94,6 +97,7 @@
 	OSProcess \
 	ObjectMemory \
 	PackageId \
+	PolymorphicInlineCache \
 	ProcessorScheduler \
 	ProgrammingLanguage \
 	Project \
@@ -416,6 +420,9 @@
     $(OUTDIR_SLASH)CharacterEncoder.$(O) \
     $(OUTDIR_SLASH)ClassBuilder.$(O) \
     $(OUTDIR_SLASH)ClassCategoryReader.$(O) \
+    $(OUTDIR_SLASH)CmdLineOption.$(O) \
+    $(OUTDIR_SLASH)CmdLineOptionError.$(O) \
+    $(OUTDIR_SLASH)CmdLineParser.$(O) \
     $(OUTDIR_SLASH)Collection.$(O) \
     $(OUTDIR_SLASH)ConfigurableFeatures.$(O) \
     $(OUTDIR_SLASH)Context.$(O) \
--- a/libInit.cc	Tue Apr 23 14:27:19 2013 +0100
+++ b/libInit.cc	Thu Apr 25 10:09:57 2013 +0100
@@ -63,6 +63,7 @@
 _OSProcess_Init(pass,__pRT__,snd);
 _ObjectMemory_Init(pass,__pRT__,snd);
 _PackageId_Init(pass,__pRT__,snd);
+_PolymorphicInlineCache_Init(pass,__pRT__,snd);
 _ProcessorScheduler_Init(pass,__pRT__,snd);
 _ProgrammingLanguage_Init(pass,__pRT__,snd);
 _Project_Init(pass,__pRT__,snd);
@@ -349,6 +350,9 @@
 _DirectoryStream_Init(pass,__pRT__,snd);
 _InvalidEncodingError_Init(pass,__pRT__,snd);
 _PipeStream_Init(pass,__pRT__,snd);
+_CmdLineOption_Init(pass,__pRT__,snd);
+_CmdLineOptionError_Init(pass,__pRT__,snd);
+_CmdLineParser_Init(pass,__pRT__,snd);
 #ifdef UNIX
 _UnixFileDescriptorHandle_Init(pass,__pRT__,snd);
 _UnixFileHandle_Init(pass,__pRT__,snd);