소스 검색

more fixes to standalone makefiles.

Ozkan Sezer 3 년 전
부모
커밋
fbe810070b
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 3
      Makefile.pandora
  2. 2 2
      Makefile.wiz

+ 2 - 3
Makefile.pandora

@@ -45,11 +45,10 @@ SOURCES =
 	./src/timer/*.c \
 	./src/timer/unix/*.c \
 	./src/video/*.c \
+	./src/video/yuv2rgb/*.c \
 	./src/video/dummy/*.c \
-	./src/video/pandora/SDL_pandora.o \
-	./src/video/pandora/SDL_pandora_events.o \
 	./src/video/x11/*.c \
-	
+	./src/video/pandora/*.c
 
 OBJECTS = $(shell echo $(SOURCES) | sed -e 's,\.c,\.o,g')
 

+ 2 - 2
Makefile.wiz

@@ -45,9 +45,9 @@ SOURCES = \
 	./src/timer/*.c \
 	./src/timer/unix/*.c \
 	./src/video/*.c \
+	./src/video/yuv2rgb/*.c \
 	./src/video/dummy/*.c \
-	./src/video/pandora/*.c \
-	
+	./src/video/pandora/*.c
 
 OBJECTS = $(shell echo $(SOURCES) | sed -e 's,\.c,\.o,g')