Remove unnecessary win32-res tags from samples bakefiles

Don't specify sample.rc as the resource file for the samples, it is used
by default anyhow, so this is unnecessary.
This commit is contained in:
Vadim Zeitlin
2021-10-20 17:47:47 +02:00
parent 16f2c7bb89
commit 5341bf5b60
12 changed files with 0 additions and 12 deletions

View File

@@ -8,7 +8,6 @@
<headers>validate.h</headers>
<wx-lib>core</wx-lib>
<wx-lib>base</wx-lib>
<win32-res>../sample.rc</win32-res>
</exe>
</makefile>