Răsfoiți Sursa

Create binaries in bin

Vladimir Dubrovin 7 ani în urmă
părinte
comite
819d63caad
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Makefile.Linux

+ 1 - 1
Makefile.Linux

@@ -7,7 +7,7 @@
 # remove -DNOODBC from CFLAGS and add -lodbc to LIBS to compile with ODBC
 # remove -DNOODBC from CFLAGS and add -lodbc to LIBS to compile with ODBC
 # library support. Add -DSAFESQL for poorely written ODBC library / drivers.
 # library support. Add -DSAFESQL for poorely written ODBC library / drivers.
 
 
-BUILDDIR =
+BUILDDIR = ../bin/
 CC = gcc
 CC = gcc
 
 
 CFLAGS = -g -O2 -fno-strict-aliasing -c -pthread -DWITHSPLICE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER
 CFLAGS = -g -O2 -fno-strict-aliasing -c -pthread -DWITHSPLICE -DGETHOSTBYNAME_R -D_THREAD_SAFE -D_REENTRANT -DNOODBC -DWITH_STD_MALLOC -DFD_SETSIZE=4096 -DWITH_POLL -DWITH_NETFILTER