Created
January 19, 2016 16:56
-
-
Save Scurby/95dc59def961d6487c84 to your computer and use it in GitHub Desktop.
partial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo zone/objects/player/PlayerObject.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I. -I../../../../src/client -I/usr/local/include -I/usr/local/include/mysql -I../../../../../MMOEngine/include -I../../../../../MMOEngine/src -I/usr/include/lua5.1 -I/usr/include/mysql -I/usr/local/BerkeleyDB.5.0/include -I../../../../utils -ggdb -Wall -Wextra -Wno-unused -Wno-sign-compare -Wno-unused-parameter -MT zone/objects/player/PlayerObject.o -MD -MP -MF $depbase.Tpo -c -o zone/objects/player/PlayerObject.o ../../../../src/client/zone/objects/player/PlayerObject.cpp &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo zone/objects/player/PlayerCreature.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I. -I../../../../src/client -I/usr/local/include -I/usr/local/include/mysql -I../../../../../MMOEngine/include -I../../../../../MMOEngine/src -I/usr/include/lua5.1 -I/usr/include/mysql -I/usr/local/BerkeleyDB.5.0/include -I../../../../utils -ggdb -Wall -Wextra -Wno-unused -Wno-sign-compare -Wno-unused-parameter -MT zone/objects/player/PlayerCreature.o -MD -MP -MF $depbase.Tpo -c -o zone/objects/player/PlayerCreature.o ../../../../src/client/zone/objects/player/PlayerCreature.cpp &&\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment