CompuServe Messages

#NMAKE problem

    05-Aug-93 12:44:21
Sb: #50772-#NMAKE problem
Fm: Jim Hartsing 76300,2150
To: Julie Solon [Microsoft] 71075,107
Perhaps I didn't explain this properly. When you have the following: .c.obj: $(cc) $(cflags) $(cdebug) $< file1.obj: file1.c file2.obj: file2.c file3.obj: file3.c target.exe: file1.obj file2.obj file3.obj link …. This should build all three object files if they are either out of date or non-existent. In my case, when building a 32-bit DLL, I can only get file1 to build. I don't understand this behavior. –Jim. There is 1 Reply.