diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-10-11 21:28:38 +0100 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-10-11 21:28:38 +0100 |
| commit | 939993aefe4b0e2928835d2594713e96383c38ce (patch) | |
| tree | 06f266c4cc1b2ed670ed8f608c3e9952a057fae4 /src | |
| parent | af9a128b4f3393d4e7e8a0c4fda48148b80a0e4c (diff) | |
Bring scons build up to date with cmake build
Diffstat (limited to 'src')
| -rw-r--r-- | src/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/SConscript b/src/SConscript index 6783fd8b..2beec1ae 100644 --- a/src/SConscript +++ b/src/SConscript @@ -47,9 +47,6 @@ env.AppendUnique(LIBS = [ other_sources = env.AddExtraMoc(env.Glob('*.h'))
for file in env.Glob('*.rc'):
- # version.rc is included in app_icon.rc. Not sure why it's a separate file.
- if file.name == 'version.rc':
- continue
other_sources.append(env.RES(file))
# Note the order of this is important, or you can pick up the wrong report.h...
|
