google-code-export / p-g-qvm

Automatically exported from code.google.com/p/p-g-qvm
Other
1 stars 0 forks source link

Clean up the repository #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some files are not required if you are just making a qvm. They only make
the download larger.
The following files & folders should be removed:
make-macosx-ub.sh
ui/
misc/
src/server/
src/client/
src/AL/
src/SDL12/
src/jpeg-6/
src/libcurl/
src/libs/
src/master/
src/null/
src/renderer/
src/unix/
src/win32/

In src/qcommom/ only these files should be kept, others removed:
q_math.c
q_platform.h
q_shared.c
q_shared.h
qfiles.h
surfaceflags.h

In src/cgame/ only cg_public.h should be kept, other files removed.

In src/ui/ only ui_public.h should be kept, other files removed.

Also, use the attached Makefile instead of the current one, it removes the
dependancy on the master server.

Original issue reported on code.google.com by amanieu on 6 Apr 2008 at 5:48

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by Paradox460 on 8 Apr 2008 at 7:26