Can someone share a makefile for building a ATL project though automated build?
We have written a makefile which compiles the c++ files and builds the dll fine.But oleview shows the classes as not-registered.
regsvr32 /i <dll> gives DLLEntry point not found.
So we think we have missed the steps of building the typelibrary,and the actual registration (post-build step) .
We are not sure how to perform these through makefiles.And whether they are enough?
We have written a makefile which compiles the c++ files and builds the dll fine.But oleview shows the classes as not-registered.
regsvr32 /i <dll> gives DLLEntry point not found.
So we think we have missed the steps of building the typelibrary,and the actual registration (post-build step) .
We are not sure how to perform these through makefiles.And whether they are enough?