Fixes #625 USR RS driver added to the Windows WIP package (was already there in the source one)
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@4541 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 48a61024ef924e363bea5fb3881814e81607f0b6 Former-commit-id: 9693b15fa269ef736e66817035d8e7aacf80e0cf
This commit is contained in:
parent
23efe39d5c
commit
bfce18982f
1 changed files with 6 additions and 0 deletions
|
@ -82,6 +82,9 @@ Section -Drivers
|
|||
SetOutPath "$INSTDIR\lib\drivers\usr_ls2"
|
||||
File /r /x *.lib "${BUILD_INST_DIR}\lib\drivers\usr_ls2\*.*"
|
||||
|
||||
SetOutPath "$INSTDIR\lib\drivers\usr_rs"
|
||||
File /r /x *.lib "${BUILD_INST_DIR}\lib\drivers\usr_rs\*.*"
|
||||
|
||||
; Robots data files (car and track setups)
|
||||
SetOutPath "$INSTDIR\data\drivers\simplix_mp5"
|
||||
File /r "${BUILD_INST_DIR}\data\drivers\simplix_mp5\*.*"
|
||||
|
@ -92,6 +95,9 @@ Section -Drivers
|
|||
SetOutPath "$INSTDIR\data\drivers\usr_ls2"
|
||||
File /r "${BUILD_INST_DIR}\data\drivers\usr_ls2\*.*"
|
||||
|
||||
SetOutPath "$INSTDIR\data\drivers\usr_rs"
|
||||
File /r "${BUILD_INST_DIR}\data\drivers\usr_rs\*.*"
|
||||
|
||||
SectionEnd
|
||||
|
||||
; Lower quality / not AI-driven / work-in-progress car models
|
||||
|
|
Loading…
Reference in a new issue