[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> try read it once again. i didn't removed anything. I've only added
> $(LIBPARMS) which was accidentaly removed by the "full path" patch
Hmm...
- $(RUNNER) $(MSVC_LIB) @ -nologo -out:$(LIB_NAME) $(OBJECTS)
+ $(RUNNER) $(MSVC_LIB) @ -nologo $(LIBPARMS) -out:$(LIB_NAME)
looks to me like $(OBJECTS) is missing after the patch.
- $(RUNNER) $(MSVC_LIB) @ -nologo -out:$(PLUGIN_LIB) $(PLUGIN_OBJS)
+ $(RUNNER) $(MSVC_LIB) @ -nologo $(LIBPARMS) -out:$(PLUGIN_LIB)
Same with $(PLUGIN_OBJS).
What am I missing?
Evert