Skip to content

Commit 8a71d1b

Browse files
committed
Scripts adapted to new structure.
#31
1 parent e852378 commit 8a71d1b

File tree

4 files changed

+2
-60
lines changed

4 files changed

+2
-60
lines changed

tools/scripts/generate_vscp_events.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ del temp.tmp
3434
del /Q sed*
3535

3636
rem Copy generated files to project
37-
copy /Y vscp_evt_* ..\..\vscp\events
37+
copy /Y vscp_evt_* ..\src\events
3838

3939
del /Q vscp_evt_*

tools/scripts/generate_vscp_type_headers.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ del temp.tmp
3030
del /Q sed*
3131

3232
rem Copy generated files to project
33-
copy /Y vscp_type*.h ..\..\vscp
33+
copy /Y vscp_type*.h ..\src
3434

3535
del /Q vscp_type*.h

tools/scripts/update_vscphelper.bat

Lines changed: 0 additions & 29 deletions
This file was deleted.

tools/scripts/update_vscphelper.sh

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)