ERR: Try to fix simple install on vs6

This commit is contained in:
Andy Cedilnik 2004-06-03 17:09:25 -04:00
parent ebe116ee41
commit 00acf804f6
2 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,7 @@ ELSE(STAGE2)
TARGET_LINK_LIBRARIES(SimpleInstall test1 test2)
SET(install_target SimpleInstall)
ADD_DEPENDENCIES(test2 TSD)
ADD_DEPENDENCIES(SimpleInstall test3)
ADD_DEPENDENCIES(test2 test3)

View File

@ -61,6 +61,7 @@ ELSE(STAGE2)
TARGET_LINK_LIBRARIES(SimpleInstall test1 test2)
SET(install_target SimpleInstall)
ADD_DEPENDENCIES(test2 TSD)
ADD_DEPENDENCIES(SimpleInstall test3)
ADD_DEPENDENCIES(test2 test3)