Revision 692,
1.0 KB
checked in by mattausch, 19 years ago
(diff) |
adding ogre 1.2 and dependencies
|
Line | |
---|
1 | !define TARGET_COMPILER_DESCRIPTION "Visual C++.Net 2002" |
---|
2 | !define TARGET_COMPILER "VC70" |
---|
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 /x *_vc8.vcproj ".\Samples\scripts\*.vcproj" |
---|
10 | SetOutPath "$INSTDIR\samples\src" |
---|
11 | SetOverwrite try |
---|
12 | File ".\Samples\src\*.cpp" |
---|
13 | SetOutPath "$INSTDIR\samples\include" |
---|
14 | SetOverwrite try |
---|
15 | File ".\Samples\include\*.h" |
---|
16 | |
---|
17 | ; Refapp |
---|
18 | SetOutPath "$INSTDIR\samples\refapp\scripts" |
---|
19 | SetOverwrite try |
---|
20 | File /x *_vc8.vcproj ".\samples\refapp\scripts\*.vcproj" |
---|
21 | SetOutPath "$INSTDIR\samples\refapp\src" |
---|
22 | SetOverwrite try |
---|
23 | File "..\..\ReferenceApplication\ReferenceAppLayer\src\*.cpp" |
---|
24 | SetOutPath "$INSTDIR\samples\refapp\include" |
---|
25 | SetOverwrite try |
---|
26 | File "..\..\ReferenceApplication\ReferenceAppLayer\include\*.h" |
---|
27 | |
---|
28 | |
---|
29 | SetOutPath "$INSTDIR\samples" |
---|
30 | SetOverwrite try |
---|
31 | File ".\Samples\Samples.sln" |
---|
32 | File ".\Samples\Samples.suo" |
---|
33 | |
---|
34 | |
---|
35 | SectionEnd |
---|
Note: See
TracBrowser
for help on using the repository browser.