# Makefile.cpp include stdmk_nt EXE = CashRegister.exe TaxExpertServer.exe all: $(EXE) clean: del *.obj del *_c.cpp del *_s.cpp del *.hh del *.exe del *.ior # # "TaxExpert" specific make rules # taxes_c.cpp: taxes.idl $(ORBCC) -no_tie taxes.idl taxes_s.cpp: taxes.idl $(ORBCC) -no_tie taxes.idl CashRegister.exe: taxes_c.obj ClientBasic.obj CashRegister.obj $(LINK_EXE) /out:CashRegister.exe CashRegister.obj \ taxes_c.obj ClientBasic.obj $(LIBORB) $(STDCC_LIBS) TaxExpertServer.exe: taxes_s.obj taxes_c.obj TaxExpertServer.obj\ ServerBasic.obj TaxExpert.obj $(LINK_EXE) /out:TaxExpertServer.exe TaxExpertServer.obj \ ServerBasic.obj TaxExpert.obj \ taxes_s.obj taxes_c.obj $(LIBORB) $(STDCC_LIBS)
Can CORBA Sidestep Open-Source Licensing? (Web Techniques, Apr 2001)
The open-source movement has sparked an explosion of new software and code, all freely available to developers. Companies that were once locked into costly licenses can now access the source code for everything from compilers, editors, and scripting interpreters to packages like MySQL and Linux. This is great for businesses that would rather extend existing code than reinvent the wheelbut there's a catch. If you rerelease the original code, most open-source licenses (with the notable exception of BSD-style licenses) require that you also give away the code to any improvements you've made. And a number of open-source licenses state that you may not use the code in commercial software you plan to license restrictively on a per-copy basis.Related Reading
More Insights
INFO-LINK
To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy. | |