mirror of
https://github.com/reactos/RosBE.git
synced 2024-12-19 01:16:42 +00:00
e8b03200aa
- Updated: now using GCC 4.1.3 snapshot (20070405) - Updated: mingw-runtime-3.11 to mingw-runtime-3.12 - Updated: w32api-3.8 to w32api-3.9 - Updated: mingw32-make-3.81-1 to mingw32-make-3.81-2 - Snapshot: Binutils 2.17.50 (20060824) to Binutils 2.17.50 (20070204) - Updated: NSIS 2.22 to NSIS 2.27. - New cool Icon by ROSFan. - Readded buildtime. - Removed makex for now until the bug is fixed. (My first commit :-D ) svn path=/trunk/tools/RosBE-Windows/; revision=210
7 lines
151 B
Plaintext
7 lines
151 B
Plaintext
Section "-Other miscellaneous files." SEC02
|
|
SetOutPath "$INSTDIR"
|
|
SetOverwrite try
|
|
File /r Root\*.*
|
|
File /r Icons\*.*
|
|
SectionEnd
|