This commit is contained in:
theoddone33
2004-11-21 00:16:42 +00:00
parent cc1de3a7a8
commit 7fc2c231f5
2 changed files with 2 additions and 1 deletions

View File

@@ -73,7 +73,7 @@ OBJS=${CHIPSOBJ} ${CPUOBJ} ${WINOBJ} ${WINDOSOBJ} ${GUIOBJ} ${VIDEOBJ} ${MAINOBJ
.SUFFIXES: .cpp .c .asm
%.o: %.cpp
g++ @CFLAGS@ -o $@ -c $<
@CXX@ @CFLAGS@ -o $@ -c $<
%.o: %.c
@CC@ @CFLAGS@ -o $@ -c $<

View File

@@ -21,6 +21,7 @@ dnl -- Same thing here.
AC_CANONICAL_SYSTEM
AC_PROG_CC
AC_PROG_CXX
AC_CHECK_TOOL(NASMPATH,nasm,"no",$nasm_prefix:$PATH)
if test x$NASMPATH = xno; then
AC_MSG_ERROR(You need NASM installed to compile ZSNES)