# =========================================================================
# This makefile was generated by
-# Bakefile 0.2.4 (http://www.bakefile.org)
+# Bakefile 0.2.6 (http://www.bakefile.org)
# Do not modify, all changes will be overwritten!
# =========================================================================
# -------------------------------------------------------------------------
# C++ compiler
-CXX ?= g++
+CXX = g++
# Standard flags for C++
CXXFLAGS ?=
@$(WX_CONFIG) $(WX_CONFIG_FLAGS)
dnd: $(DND_OBJECTS)
- $(CXX) -o $@ $(DND_OBJECTS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base` $(LDFLAGS)
+ $(CXX) -o $@ $(DND_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs core,base`
dnd_dnd.o: ./dnd.cpp
$(CXX) -c -o $@ $(DND_CXXFLAGS) $(CPPDEPS) $<