The R Project SVN R

Rev

Rev 53402 | Rev 67610 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 53402 Rev 54598
Line 30... Line 30...
30
	@$(NM) $^ | $(SED) -n $(SYMPAT) | $(SED) -e 's/@16//' | $(SORT) | uniq > g.def
30
	@$(NM) $^ | $(SED) -n $(SYMPAT) | $(SED) -e 's/@16//' | $(SORT) | uniq > g.def
31
	@comm -23 g.def ga.hide >> $@
31
	@comm -23 g.def ga.hide >> $@
32
	@$(RM) g.def
32
	@$(RM) g.def
33
 
33
 
34
Rgraphapp.dll: $(OBJECTS) dllversion.o Rgraphapp.def
34
Rgraphapp.dll: $(OBJECTS) dllversion.o Rgraphapp.def
35
	$(DLL) -shared -mwindows -o $@ Rgraphapp.def $(OBJECTS) dllversion.o -L. -lR -lcomctl32 -limm32
35
	$(DLL) -shared -mwindows -o $@ Rgraphapp.def $(OBJECTS) dllversion.o -L. -lR -lcomctl32 -limm32 -lmsimg32
36
 
36
 
37
## need to break mutual dependence with R.dll
37
## need to break mutual dependence with R.dll
38
libR.dll.a: R.def
38
libR.dll.a: R.def
39
 
39
 
40
clean:
40
clean: