]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
cgamevm.h:11:6: no newline at end of file, fixed.
authorknghtbrd <knghtbrd@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 1 Feb 2002 15:22:46 +0000 (15:22 +0000)
committerknghtbrd <knghtbrd@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 1 Feb 2002 15:22:46 +0000 (15:22 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@1467 d7cf8633-e32d-0410-b094-e92efae38249

buildnumber.c [new file with mode: 0644]
cgamevm.h
makefile

diff --git a/buildnumber.c b/buildnumber.c
new file mode 100644 (file)
index 0000000..de21241
--- /dev/null
@@ -0,0 +1,4 @@
+
+#define BUILDNUMBER 1061
+
+int buildnumber = BUILDNUMBER;
index d572730d658e889a4ccc27e530183321fff9cd5a..c4a292382076f500f91d9ca1a9f755fccd3ecccb 100644 (file)
--- 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
+
index 92b73afa59d2355f3c3d944c2274fbf497e4af84..f53d0445f7bd82959191523ee404fd328f47c5b2 100644 (file)
--- 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