mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-25 05:21:58 +00:00
the mingw files were feeling neglected
This commit is contained in:
parent
c41b730fb8
commit
942732d3b9
2 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@ EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h \
|
||||||
winquake.h world.h zone.h \
|
winquake.h world.h zone.h \
|
||||||
\
|
\
|
||||||
win32/fnmatch.h win32/version.h win32/version.h.in \
|
win32/fnmatch.h win32/version.h win32/version.h.in \
|
||||||
|
win32/mingw/config.h \
|
||||||
win32/resources/icon1.ico win32/resources/resource.h \
|
win32/resources/icon1.ico win32/resources/resource.h \
|
||||||
win32/resources/quakeforge.rc win32/bc/borland.c win32/bc/config.h \
|
win32/resources/quakeforge.rc win32/bc/borland.c win32/bc/config.h \
|
||||||
win32/vc/config.h win32/vc/dirent.h
|
win32/vc/config.h win32/vc/dirent.h
|
||||||
|
|
|
@ -315,7 +315,7 @@ qf_client_wgl_DEPENDENCIES=libqfnet.a libqfsys_cl.a libqfsnd.a libqfcd.a libqfjs
|
||||||
# Stuff that doesn't get linked into an executable NEEDS to be mentioned here,
|
# Stuff that doesn't get linked into an executable NEEDS to be mentioned here,
|
||||||
# or it won't be distributed with 'make dist'
|
# or it won't be distributed with 'make dist'
|
||||||
#
|
#
|
||||||
EXTRA_DIST= makefile.win \
|
EXTRA_DIST= makefile.mgw makefile.win \
|
||||||
qf-server.mak qw_server.dsp \
|
qf-server.mak qw_server.dsp \
|
||||||
qf-client-sdl.mak qf-client-win.mak qw_client.dsp \
|
qf-client-sdl.mak qf-client-win.mak qw_client.dsp \
|
||||||
qf-client-sgl.mak qf-client-wgl.mak qf-client-win.mak
|
qf-client-sgl.mak qf-client-wgl.mak qf-client-win.mak
|
||||||
|
|
Loading…
Reference in a new issue