mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 04:21:51 +00:00
Fix the missing vc project files.
How... embarrassing. And all due to one little backslash.
This commit is contained in:
parent
7a8f91edda
commit
39b07dc9a1
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST = \
|
||||
Makefile.am QuakeForge-VS8-Express.sln QuakeForge-VS8.sln \
|
||||
bsp2img/bsp2img.vcproj builtins/builtins.vcproj clean.ps1 \
|
||||
common/common.vcproj console/console.vcproj \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
EXTRA_DIST =
|
||||
EXTRA_DIST = \
|
||||
Makefile.am QuakeForge.sln bsp2img/bsp2img.vcproj \
|
||||
builtins/builtins.vcproj clean.ps1 common/common.vcproj \
|
||||
console/console.vcproj console_client/console_client.vcproj \
|
||||
|
|
Loading…
Reference in a new issue