From f218440b27f5e1030bdea7c9c85c3e44b5289068 Mon Sep 17 00:00:00 2001 From: knghtbrd Date: Fri, 1 Feb 2002 15:22:46 +0000 Subject: [PATCH] cgamevm.h:11:6: no newline at end of file, fixed. git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1467 d7cf8633-e32d-0410-b094-e92efae38249 --- buildnumber.c | 4 ++++ cgamevm.h | 3 ++- makefile | 8 ++++---- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 buildnumber.c diff --git a/buildnumber.c b/buildnumber.c new file mode 100644 index 00000000..de212414 --- /dev/null +++ b/buildnumber.c @@ -0,0 +1,4 @@ + +#define BUILDNUMBER 1061 + +int buildnumber = BUILDNUMBER; diff --git a/cgamevm.h b/cgamevm.h index d572730d..c4a29238 100644 --- a/cgamevm.h +++ b/cgamevm.h @@ -8,4 +8,5 @@ void CL_CGVM_Frame(void); void CL_CGVM_Start(void); void CL_CGVM_ParseNetwork(byte *netbuffer, int length); -#endif \ No newline at end of file +#endif + diff --git a/makefile b/makefile index 92b73afa..f53d0445 100644 --- a/makefile +++ b/makefile @@ -3,11 +3,11 @@ #SND=snd_alsa_0_9.o #SOUNDLIB=-lasound #if you use ALSA version 0.5.x -SND=snd_alsa_0_5.o -SOUNDLIB=-lasound +#SND=snd_alsa_0_5.o +#SOUNDLIB=-lasound #if you use the kernel sound driver or OSS -#SND=snd_oss.o -#SOUNDLIB= +SND=snd_oss.o +SOUNDLIB= OBJECTS= builddate.o cd_linux.o chase.o cl_demo.o cl_input.o cl_main.o cl_parse.o cl_tent.o cmd.o common.o console.o crc.o cvar.o fractalnoise.o gl_draw.o r_sky.o gl_rmain.o gl_rsurf.o gl_screen.o host.o host_cmd.o image.o keys.o mathlib.o menu.o model_alias.o model_brush.o model_shared.o model_sprite.o net_bsd.o net_udp.o net_dgrm.o net_loop.o net_main.o pr_cmds.o pr_edict.o pr_exec.o r_light.o r_particles.o r_explosion.o sbar.o snd_dma.o snd_mem.o snd_mix.o $(SND) sv_main.o sv_move.o sv_phys.o sv_user.o sv_light.o sys_linux.o transform.o view.o wad.o world.o zone.o vid_shared.o palette.o r_crosshairs.o gl_textures.o gl_models.o r_sprites.o r_modules.o r_explosion.o r_lerpanim.o r_decals.o protocol.o quakeio.o r_clip.o ui.o portals.o sys_shared.o cl_light.o gl_backend.o cl_particles.o cl_decals.o cl_screen.o cgamevm.o cgame.o -- 2.39.2