Subversion Repositories filter_foundry

Rev

Rev 358 | Rev 402 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 358 Rev 384
Line 15... Line 15...
15
# You should have received a copy of the GNU General Public License  
15
# You should have received a copy of the GNU General Public License  
16
# along with this program; if not, write to the Free Software
16
# along with this program; if not, write to the Free Software
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 
18
 
19
 
19
 
20
# ---
-
 
21
# Makefile tested with "mingw32-make -f Makefile.win" (i686-8.1.0-posix-dwarf-rt_v6-rev0)
-
 
22
# ---
-
 
23
 
-
 
24
 
-
 
25
# ---------- variables & flags ----------
20
# ---------- variables & flags ----------
26
 
21
 
27
EXEC = FilterFoundry
22
EXEC = FilterFoundry
28
 
23
 
-
 
24
# gcc should be used to ensure that the project is 100% C and not C++
-
 
25
# g++ can be used for improving code quality, because the compiler warnings are very good
-
 
26
#CC = g++.exe
29
CC = gcc.exe
27
CC = gcc.exe
30
DLLWRAP = dllwrap.exe
28
DLLWRAP = dllwrap.exe
31
WINDRES = windres.exe
29
WINDRES = windres.exe
32
 
30
 
33
# use GNU flex and bison
31
# use GNU flex and bison