Skip to content
Snippets Groups Projects
Commit 95cbf454 authored by deuce's avatar deuce
Browse files

Fix .lib again.

parent 07e44bf3
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ nyibbs : nyibbs.cpp ibbsny.obj filewrap.obj genwrap.obj dirwrap.obj
$(CXX) $(CFLAGS) ${LDFLAGS} nyibbs.cpp ibbsny.obj filewrap.obj genwrap.obj dirwrap.obj -e../nyibbs
nyedit : nyedit.cpp nyedit.h filewrap.obj genwrap.obj dirwrap.obj
$(CXX) $(CFLAGS) ${LDFLAGS} nyedit.cpp filewrap.obj genwrap.obj dirwrap.obj ODoors.lib -e../nyedit
$(CXX) $(CFLAGS) ${LDFLAGS} nyedit.cpp filewrap.obj genwrap.obj dirwrap.obj ODoorW.lib -e../nyedit
clean :
rm -f *.obj
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment