@@ -22,8 +22,8 @@ DEFINES_4_0 += \
2222
2323REFERENCES +=\
2424-r:$(outdir ) FSharp.Core.dll\
25- -r:$(monolibdir ) System.Drawing.dll\
26- -r:$(monolibdir ) System.Windows.Forms.dll
25+ -r:$(monolibdir ) System.Drawing.dll\
26+ -r:$(monolibdir ) System.Windows.Forms.dll
2727
2828
2929sources =\
@@ -43,8 +43,8 @@ sources = \
4343../../utils/HashMultiMap.fs\
4444../../utils/TaggedCollections.fsi\
4545../../utils/TaggedCollections.fs\
46- ../FlatList.fs\
47- ../../absil/illib.fs\
46+ ../FlatList.fs\
47+ ../../absil/illib.fs\
4848../../utils/filename.fsi\
4949../../utils/filename.fs\
5050../../absil/zmap.fsi\
@@ -76,8 +76,8 @@ sources = \
7676../range.fsi\
7777../range.fs\
7878../ErrorLogger.fs\
79- ../tainted.fsi\
80- ../tainted.fs\
79+ ../tainted.fsi\
80+ ../tainted.fs\
8181../InternalCollections.fsi\
8282../InternalCollections.fs\
8383../../absil/ilread.fsi\
@@ -92,15 +92,15 @@ sources = \
9292../../ilx/pubclo.fs\
9393../../ilx/cu_erase.fsi\
9494../../ilx/cu_erase.fs\
95- ../InternalFileSystemUtils.fsi\
96- ../InternalFileSystemUtils.fs\
95+ ../InternalFileSystemUtils.fsi\
96+ ../InternalFileSystemUtils.fs\
9797../unilex.fsi\
9898../unilex.fs\
9999../layout.fsi\
100100../layout.fs\
101- ../ast.fs\
102- ../est.fsi\
103- ../est.fs\
101+ ../ast.fs\
102+ ../est.fsi\
103+ ../est.fs\
104104$(tmpdir ) pars.fs\
105105../lexhelp.fsi\
106106../lexhelp.fs\
@@ -118,18 +118,18 @@ sources = \
118118../import.fsi\
119119../import.fs\
120120../infos.fs\
121- ../NicePrint.fs\
121+ ../NicePrint.fs\
122122../augment.fsi\
123123../augment.fs\
124- ../typrelns.fs\
125- ../patcompile.fsi\
126- ../patcompile.fs\
124+ ../typrelns.fs\
125+ ../patcompile.fsi\
126+ ../patcompile.fs\
127127../outcome.fsi\
128128../outcome.fs\
129- ../csolve.fsi\
130- ../csolve.fs\
131- ../formats.fsi\
132- ../formats.fs\
129+ ../csolve.fsi\
130+ ../csolve.fs\
131+ ../formats.fsi\
132+ ../formats.fs\
133133../nameres.fsi\
134134../nameres.fs\
135135../unsolved.fs\
@@ -141,7 +141,7 @@ sources = \
141141../tc.fs\
142142../opt.fsi\
143143../opt.fs\
144- ../detuple.fsi\
144+ ../detuple.fsi\
145145../detuple.fs\
146146../tlr.fsi\
147147../tlr.fs\
@@ -156,30 +156,30 @@ sources = \
156156../vs/IncrementalBuild.fsi\
157157../vs/IncrementalBuild.fs\
158158../vs/Reactor.fsi\
159- ../vs/Reactor.fs\
160- ../vs/ServiceLexing.fsi\
161- ../vs/ServiceLexing.fs\
162- ../vs/ServiceConstants.fs\
163- ../vs/ServiceParseTreeWalk.fs\
164- ../vs/ServiceNavigation.fsi\
165- ../vs/ServiceNavigation.fs\
166- ../vs/ServiceParamInfoLocations.fsi\
167- ../vs/ServiceParamInfoLocations.fs\
168- ../vs/ServiceUntypedParse.fsi\
169- ../vs/ServiceUntypedParse.fs\
170- ../vs/ServiceDeclarations.fsi\
171- ../vs/ServiceDeclarations.fs\
159+ ../vs/Reactor.fs\
160+ ../vs/ServiceLexing.fsi\
161+ ../vs/ServiceLexing.fs\
162+ ../vs/ServiceConstants.fs\
163+ ../vs/ServiceParseTreeWalk.fs\
164+ ../vs/ServiceNavigation.fsi\
165+ ../vs/ServiceNavigation.fs\
166+ ../vs/ServiceParamInfoLocations.fsi\
167+ ../vs/ServiceParamInfoLocations.fs\
168+ ../vs/ServiceUntypedParse.fsi\
169+ ../vs/ServiceUntypedParse.fs\
170+ ../vs/ServiceDeclarations.fsi\
171+ ../vs/ServiceDeclarations.fs\
172172../vs/service.fsi\
173173../vs/service.fs\
174- ../fsc.fs
174+ ../fsc.fs
175175
176176RESOURCES =\
177177$(tmpdir ) FSStrings.resources\
178178$(tmpdir ) FSComp.resources
179179
180- $(tmpdir ) FSComp.resources : $(srcdir ) ../FSComp.txt
181- mono$(MONO_OPTIONS ) $(FSSRGEN ) $< $(@:.resources=.fs ) $(@:.resources=. resx)
182- resgen$(@:.resources=. resx) $@
180+ $(tmpdir ) FSComp.fs $(tmpdir ) FSComp.resources : ../FSComp.txt
181+ mono$(MONO_OPTIONS ) $(FSSRGEN ) $< $(tmpdir ) FSComp.fs $(tmpdir ) FSComp. resx
182+ resgen$(tmpdir ) FSComp. resx$( tmpdir ) FSComp.resources
183183
184184$(tmpdir ) FSStrings.resources :$(srcdir ) ../FSStrings.resx
185185resgen$< $@