Skip to content

Commit

Permalink
Added new source files to Doomsday.sln and updated vcbuild.
Browse files Browse the repository at this point in the history
  • Loading branch information
danij committed Nov 22, 2007
1 parent 2931b41 commit 151b7e2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doomsday/build/win32/doomsday_cl.rsp
Expand Up @@ -60,6 +60,7 @@
./../../engine/portable/src/r_draw.c
./../../engine/portable/src/r_data.c
./../../engine/portable/src/r_lgrid.c
./../../engine/portable/src/r_lumobjs.c
./../../engine/portable/src/p_ticker.c
./../../engine/portable/src/p_think.c
./../../engine/portable/src/p_sight.c
Expand Down Expand Up @@ -109,7 +110,8 @@
./../../engine/portable/src/sys_sfxd_dummy.c
./../../engine/win32/src/sys_sfxd_ds.c
./../../engine/win32/src/sys_musd_win.c
./../../engine/win32/src/sys_window.c
./../../engine/win32/src/sys_musd_win.c
./../../engine/win32/src/sys_cdaudio.c
./../../engine/portable/src/sys_timer.c
./../../engine/portable/src/sys_system.c
./../../engine/portable/src/sys_sock.c
Expand Down
20 changes: 20 additions & 0 deletions doomsday/build/win32/vs8/doomsday.vcproj
Expand Up @@ -600,6 +600,10 @@
RelativePath="..\..\..\engine\portable\src\r_lgrid.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\r_lumobjs.c"
>
</File>
<File
RelativePath="..\..\..\engine\portable\src\r_main.c"
>
Expand Down Expand Up @@ -815,6 +819,10 @@
RelativePath="..\..\..\engine\win32\src\dd_winit.c"
>
</File>
<File
RelativePath="..\..\..\engine\win32\src\sys_cdaudio.c"
>
</File>
<File
RelativePath="..\..\..\engine\win32\src\sys_console.c"
>
Expand Down Expand Up @@ -1603,6 +1611,10 @@
RelativePath="..\..\..\engine\portable\include\r_lgrid.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\r_lumobjs.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\r_main.h"
>
Expand Down Expand Up @@ -1715,6 +1727,10 @@
RelativePath="..\..\..\engine\portable\include\s_wav.h"
>
</File>
<File
RelativePath="..\..\..\engine\api\smart_header.h"
>
</File>
<File
RelativePath="..\..\..\engine\portable\include\sv_def.h"
>
Expand Down Expand Up @@ -1834,6 +1850,10 @@
RelativePath="..\..\..\engine\win32\include\resource.h"
>
</File>
<File
RelativePath="..\..\..\engine\win32\include\sys_cdaudio.h"
>
</File>
<File
RelativePath="..\..\..\engine\win32\include\sys_musd_win.h"
>
Expand Down

0 comments on commit 151b7e2

Please sign in to comment.