Move windres workaround from the .rc into here

This commit is contained in:
jeblanchard 2008-05-27 21:49:31 +00:00
parent b578b61a21
commit d4a0870d20
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ window.cpp
# TODO this is probably .obj if built on a Windows system...
my_list.append('res.o')
env.Command('res.o', 'res.rc', env['WINDRES'] + ' -Isrc/drivers/win -o $TARGET $SOURCE')
env.Command('res.o', 'res.rc', env['WINDRES'] + ' -Isrc/drivers/win -DLVS_OWNERDATA=0x1000 -o $TARGET $SOURCE')
subdirs = Split("""
directx