| Line 25... |
Line 25... |
| 25 |
libRgraphapp.dll.a: Rgraphapp.def
|
25 |
libRgraphapp.dll.a: Rgraphapp.def
|
| 26 |
|
26 |
|
| 27 |
## MinGW symbols have trailing @, MinGW-w64 do not
|
27 |
## MinGW symbols have trailing @, MinGW-w64 do not
|
| 28 |
Rgraphapp.def: $(OBJECTS)
|
28 |
Rgraphapp.def: $(OBJECTS)
|
| 29 |
@$(ECHO) EXPORTS > $@
|
29 |
@$(ECHO) EXPORTS > $@
|
| 30 |
@$(NM) $^ | $(SED) -n $(SYMPAT) | $(SED) -e 's/@16//' | LC_COLLATE=C $(SORT) | uniq > g.def
|
30 |
@$(NM) $^ | $(SED) -n $(SYMPAT) $(NM_FILTER) | $(SED) -e 's/@16//' | LC_COLLATE=C $(SORT) | uniq > g.def
|
| 31 |
@LC_COLLATE=C comm -23 g.def ga.hide >> $@
|
31 |
@LC_COLLATE=C 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) -s -shared -mwindows -o $@ Rgraphapp.def $(OBJECTS) dllversion.o -L. -lR -lole32 -luuid -lcomctl32 -limm32 -lmsimg32
|
35 |
$(DLL) -s -shared -mwindows -o $@ Rgraphapp.def $(OBJECTS) dllversion.o -L. -lR -lole32 -luuid -lcomctl32 -limm32 -lmsimg32
|