Changeset 2769 in Sophya for trunk/SophyaPI/DemoPIApp
- Timestamp:
- May 25, 2005, 11:32:50 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/DemoPIApp/Makefile
r2746 r2769 14 14 15 15 %.so:$(SOPHYAOBJP)%.o 16 $(CXXLINK) -shared -o $@ $< $(SOPHYAALLSLBLIST)16 $(CXXLINK) $(CXXTEMPFLG) -shared -o $@ $< $(SOPHYAALLSLBLIST) 17 17 18 18 $(SOPHYAOBJP)%.o:%.cc 19 $(CXXCOMPILE) -o $@ $<19 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ $< 20 20 21 21 $(SOPHYAOBJP)%.o:%.c
Note:
See TracChangeset
for help on using the changeset viewer.