mirror of
				https://github.com/libsdl-org/SDL.git
				synced 2025-10-26 12:27:44 +00:00 
			
		
		
		
	more fixes to standalone makefiles.
This commit is contained in:
		| @@ -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') | ||||
|  | ||||
|   | ||||
| @@ -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') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Ozkan Sezer
					Ozkan Sezer