]> Dogcows Code - chaz/vimcoder/commit
Change build command to work with free functions
authorSven Kämpf <sven.kaempf@googlemail.com>
Mon, 9 Mar 2015 06:18:40 +0000 (07:18 +0100)
committerSven Kämpf <sven.kaempf@googlemail.com>
Mon, 9 Mar 2015 06:18:40 +0000 (07:18 +0100)
commit7361761f9b934298d326e9bae3109e8de335db37
treeda70db360d46fffb088e89d8b9d2ba6fdda80afd
parentc4620c9ce41c7bc22cf47cdb957bab9182c95199
Change build command to work with free functions

Since the driver.cc and the $(CLASSNAME).cc both are source files and driver.cc includes
$(CLASSNME).cc a linker error is created when building and linking both of them.
If only driver.cc is built and linked everything is ok. However if there is a change in
$(CLASSNAME).cc the rebuilt has to be done. Therefore the remaining implicit rules have to stay in
the Makefile.
src/com/dogcows/resources/C++Makefile
This page took 0.029276 seconds and 4 git commands to generate.