Skip to content

Commit

Permalink
changes to build process
Browse files Browse the repository at this point in the history
  • Loading branch information
alxnik committed Dec 31, 2012
1 parent 98df5a2 commit 8b62850
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HostDebug/subdir.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CPP_SRCS += \
../CSolutronicProbe.cpp \
../CSunergyProbe.cpp \
../CXMLDb.cpp \
../cnv.cpp \
../fpd.cpp

OBJS += \
Expand All @@ -33,6 +34,7 @@ OBJS += \
./CSolutronicProbe.o \
./CSunergyProbe.o \
./CXMLDb.o \
./cnv.o \
./fpd.o

CPP_DEPS += \
Expand All @@ -49,6 +51,7 @@ CPP_DEPS += \
./CSolutronicProbe.d \
./CSunergyProbe.d \
./CXMLDb.d \
./cnv.d \
./fpd.d


Expand Down

0 comments on commit 8b62850

Please sign in to comment.