Skip to content

Commit 592fbb9

Browse files
committed
Addd test list of files
1 parent 7d3d707 commit 592fbb9

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

nsis/clientlist.nsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
;SetOutPath "$INSTDIR\bin"
2+
;File /r ${PG_INS_SOURCE_DIR}\bin\*.*
3+
SetOutPath "$INSTDIR\symbols"
4+
File /r ${PG_INS_SOURCE_DIR}\symbols\*.*

nsis/serverlist.nsi

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
SetOutPath "$INSTDIR\bin"
2+
File /r ${PG_INS_SOURCE_DIR}\bin\*.*
3+
SetOutPath "$INSTDIR\include"
4+
File /r ${PG_INS_SOURCE_DIR}\include\*.*
5+
SetOutPath "$INSTDIR\lib"
6+
File /r ${PG_INS_SOURCE_DIR}\lib\*.*
7+
SetOutPath "$INSTDIR\share"
8+
File /r ${PG_INS_SOURCE_DIR}\share\*.*
9+
SetOutPath "$INSTDIR\doc"
10+
File /r ${PG_INS_SOURCE_DIR}\doc\*.*
11+
12+
13+
14+
15+
16+

0 commit comments

Comments
 (0)