create an .rc file with all the icons you want to be included in your application and {$R myicons.rc} in your application code somewhere and they will be included.
PS. RC is a text script that describes the resources to be included in your exe search for the format and commands in the online microsoft documentation.