oops
This commit is contained in:
parent
159317a7c1
commit
5ad0bff3f9
|
@ -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'] + ' -I/src/drivers/win -o $TARGET $SOURCE')
|
||||
env.Command('res.o', 'res.rc', env['WINDRES'] + ' -Isrc/drivers/win -o $TARGET $SOURCE')
|
||||
|
||||
subdirs = Split("""
|
||||
directx
|
||||
|
|
Loading…
Reference in New Issue