Skip to content
Snippets Groups Projects
Commit 55e2bf15 authored by deuce's avatar deuce
Browse files

Stop using -l format for libs.

parent 084139eb
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ ny2008.obj : ny2008.cpp
$(CXX) $(CFLAGS) -c ny2008.cpp
ny2008 : ny2008.obj ibbsny.obj second.obj igmsup.obj ibbsny.obj fights.obj dirwrap.obj filewrap.obj genwrap.obj chatadd.obj
$(CXX) $(CFLAGS) ${LDFLAGS} ny2008.obj chatadd.obj dirwrap.obj filewrap.obj genwrap.obj fights.obj ibbsny.obj igmsup.obj second.obj ODoors.lib -lm -e../ny2008
$(CXX) $(CFLAGS) ${LDFLAGS} ny2008.obj chatadd.obj dirwrap.obj filewrap.obj genwrap.obj fights.obj ibbsny.obj igmsup.obj second.obj ODoors.lib -e../ny2008
aedit : aedit.cpp
$(CXX) $(CFLAGS) ${LDFLAGS} aedit.cpp -e../aedit
......@@ -52,7 +52,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 -lcurses -lODoors -lm -e../nyedit
$(CXX) $(CFLAGS) ${LDFLAGS} nyedit.cpp filewrap.obj genwrap.obj dirwrap.obj ODoors.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