(svn r22190) -Fix (r22188): minor changes in project files

This commit is contained in:
glx
2011-03-04 23:44:10 +00:00
parent 4baf134ae8
commit 2dff2a57fd
9 changed files with 19 additions and 18 deletions

View File

@@ -277,7 +277,7 @@ End Function
Function load_settings_data(dir, ByRef vcxproj, ByRef command, ByRef files)
Dim res, folder, file, first_time
res = ""
command = "$(IntDir)\settings_gen.exe -o $(OutDir)\table\settings.h -b ..\src\table\settings.h.preamble -a ..\src\table\settings.h.postamble"
command = "..\objs\settings\settings_gen.exe -o ..\objs\settings\table\settings.h -b ..\src\table\settings.h.preamble -a ..\src\table\settings.h.postamble"
Set folder = FSO.GetFolder(dir)
For Each file In folder.Files
file = FSO.GetFileName(file)