mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +00:00
- Need to add compatibility.cpp and md5.cpp to CMakeLists.txt.
SVN r1403 (trunk)
This commit is contained in:
parent
4e509728a0
commit
7ee11638f2
1 changed files with 741 additions and 739 deletions
|
@ -456,6 +456,7 @@ add_executable( zdoom WIN32
|
||||||
c_expr.cpp
|
c_expr.cpp
|
||||||
cmdlib.cpp
|
cmdlib.cpp
|
||||||
colormatcher.cpp
|
colormatcher.cpp
|
||||||
|
compatibility.cpp
|
||||||
configfile.cpp
|
configfile.cpp
|
||||||
ct_chat.cpp
|
ct_chat.cpp
|
||||||
d_dehacked.cpp
|
d_dehacked.cpp
|
||||||
|
@ -495,6 +496,7 @@ add_executable( zdoom WIN32
|
||||||
m_options.cpp
|
m_options.cpp
|
||||||
m_png.cpp
|
m_png.cpp
|
||||||
m_random.cpp
|
m_random.cpp
|
||||||
|
md5.cpp
|
||||||
mus2midi.cpp
|
mus2midi.cpp
|
||||||
name.cpp
|
name.cpp
|
||||||
nodebuild.cpp
|
nodebuild.cpp
|
||||||
|
|
Loading…
Reference in a new issue