| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/sysutils/zidrav/files/ |
Upload File : |
--- Makefile.orig Mon Mar 31 02:35:26 2003 +++ Makefile Tue Jul 15 12:49:41 2003 @@ -1,11 +1,11 @@ zidrav: zidrav.cpp flayer.o core.o flayer.h - g++ -O2 -Wall -o zidrav zidrav.cpp flayer.o core.o + $(CXX) $(CFLAGS) -o zidrav zidrav.cpp flayer.o core.o flayer.o: flayer.cpp core.h - g++ -O2 -Wall -c flayer.cpp + $(CXX) $(CFLAGS) -c flayer.cpp core.o: core.cpp core.h - g++ -O2 -Wall -c core.cpp + $(CXX) $(CFLAGS) -c core.cpp .PHONY: clean: