Revision 692,
1019 bytes
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Rev | Line | |
---|
[692] | 1 | !define TARGET_COMPILER_DESCRIPTION "Visual C++ 2005" |
---|
| 2 | !define TARGET_COMPILER "VC80" |
---|
| 3 | !include ogresdk.nsh |
---|
| 4 | |
---|
| 5 | Section -Samples |
---|
| 6 | ; We assume copysamples.sh has been run recently enough for these files to be available |
---|
| 7 | SetOutPath "$INSTDIR\samples\scripts" |
---|
| 8 | SetOverwrite try |
---|
| 9 | File ".\Samples\scripts\*_vc8.vcproj" |
---|
| 10 | File ".\Samples\scripts\*_vc8.vcproj.user" |
---|
| 11 | SetOutPath "$INSTDIR\samples\src" |
---|
| 12 | SetOverwrite try |
---|
| 13 | File ".\Samples\src\*.cpp" |
---|
| 14 | SetOutPath "$INSTDIR\samples\include" |
---|
| 15 | SetOverwrite try |
---|
| 16 | File ".\Samples\include\*.h" |
---|
| 17 | |
---|
| 18 | ; Refapp |
---|
| 19 | SetOutPath "$INSTDIR\samples\refapp\scripts" |
---|
| 20 | SetOverwrite try |
---|
| 21 | File ".\samples\refapp\scripts\*_vc8.vcproj" |
---|
| 22 | SetOutPath "$INSTDIR\samples\refapp\src" |
---|
| 23 | SetOverwrite try |
---|
| 24 | File "..\..\ReferenceApplication\ReferenceAppLayer\src\*.cpp" |
---|
| 25 | SetOutPath "$INSTDIR\samples\refapp\include" |
---|
| 26 | SetOverwrite try |
---|
| 27 | File "..\..\ReferenceApplication\ReferenceAppLayer\include\*.h" |
---|
| 28 | |
---|
| 29 | |
---|
| 30 | SetOutPath "$INSTDIR\samples" |
---|
| 31 | SetOverwrite try |
---|
| 32 | File ".\Samples\Samples_vc8.sln" |
---|
| 33 | |
---|
| 34 | |
---|
| 35 | SectionEnd |
---|
Note: See
TracBrowser
for help on using the repository browser.