Make.spec
branchjv
changeset 17763 019bb9c842c5
parent 17761 b0e5971141bc
child 17766 0acf634e6550
equal deleted inserted replaced
17762:6eb4414e6a31 17763:019bb9c842c5
     1 # $Header$
     1 # $Header: /cvs/stx/stx/libbasic/Make.spec,v 1.107 2010/04/27 08:10:27 stefan Exp $
     2 #
     2 #
     3 # DO NOT EDIT 
     3 # DO NOT EDIT 
     4 # automagically generated from the projectDefinition: stx_libbasic.
     4 # automagically generated from the projectDefinition: stx_libbasic.
     5 #
     5 #
     6 # Warning: once you modify this file, do not rerun
     6 # Warning: once you modify this file, do not rerun
   336 	ExternalLibrary \
   336 	ExternalLibrary \
   337 	NoModificationError \
   337 	NoModificationError \
   338 	ImmutableArray \
   338 	ImmutableArray \
   339 	ImmutableByteArray \
   339 	ImmutableByteArray \
   340 	ImmutableString \
   340 	ImmutableString \
   341 	SandboxedMethod \
       
   342 	PrototypeLookupAlgorithm \
   341 	PrototypeLookupAlgorithm \
   343 	Lookup \
   342 	Lookup \
       
   343 	OSProcess \
   344 	BuiltinLookup \
   344 	BuiltinLookup \
   345 
   345 
   346 WIN32_CLASSES= \
   346 WIN32_CLASSES= \
   347 	Win32Process \
   347 	Win32Process \
   348 	PCFilename \
   348 	PCFilename \
   644     $(OUTDIR)ExternalLibrary.$(O) \
   644     $(OUTDIR)ExternalLibrary.$(O) \
   645     $(OUTDIR)NoModificationError.$(O) \
   645     $(OUTDIR)NoModificationError.$(O) \
   646     $(OUTDIR)ImmutableArray.$(O) \
   646     $(OUTDIR)ImmutableArray.$(O) \
   647     $(OUTDIR)ImmutableByteArray.$(O) \
   647     $(OUTDIR)ImmutableByteArray.$(O) \
   648     $(OUTDIR)ImmutableString.$(O) \
   648     $(OUTDIR)ImmutableString.$(O) \
   649     $(OUTDIR)SandboxedMethod.$(O) \
       
   650     $(OUTDIR)PrototypeLookupAlgorithm.$(O) \
   649     $(OUTDIR)PrototypeLookupAlgorithm.$(O) \
   651     $(OUTDIR)Lookup.$(O) \
   650     $(OUTDIR)Lookup.$(O) \
       
   651     $(OUTDIR)OSProcess.$(O) \
   652     $(OUTDIR)BuiltinLookup.$(O) \
   652     $(OUTDIR)BuiltinLookup.$(O) \
   653 
   653 
   654 WIN32_OBJS= \
   654 WIN32_OBJS= \
   655     $(OUTDIR)Win32Process.$(O) \
   655     $(OUTDIR)Win32Process.$(O) \
   656     $(OUTDIR)PCFilename.$(O) \
   656     $(OUTDIR)PCFilename.$(O) \
   662     $(OUTDIR)Win32Constants.$(O) \
   662     $(OUTDIR)Win32Constants.$(O) \
   663     $(OUTDIR)Win32OperatingSystem.$(O) \
   663     $(OUTDIR)Win32OperatingSystem.$(O) \
   664 
   664 
   665 
   665 
   666 
   666 
       
   667