comparison loader/qtx/list.c @ 25592:56efdcd338c5

Remove compilation command comments.
author diego
date Sun, 06 Jan 2008 12:20:41 +0000
parents 0f344d22ee48
children 96ce0ca753ff
comparison
equal deleted inserted replaced
25591:de13489d7475 25592:56efdcd338c5
1 /* to compile: 1 /* to compile:
2 edit ../win32.c, change the #if 0 to 1 at line 1326 to enabel quicktime fix! 2 edit ../win32.c, change the #if 0 to 1 at line 1326 to enabel quicktime fix!
3 (cd ..;make distclean;make)
4 gcc -o list list.c ../libloader.a -lpthread -ldl -lm -ggdb ../../cpudetect.o
5 */ 3 */
6 4
7 #include <stdio.h> 5 #include <stdio.h>
8 #include <stdlib.h> 6 #include <stdlib.h>
9 #include <string.h> 7 #include <string.h>