whoops, omitted a target

This commit is contained in:
David Rose 2009-06-16 18:16:47 +00:00
parent 179fcf2cf0
commit 4e315ef605

View File

@ -322,7 +322,7 @@ igate : $[get_igatedb(metalib_target lib_target ss_lib_target)]
// First, the dynamic and static libraries.
/////////////////////////////////////////////////////////////////////
#forscopes metalib_target lib_target static_lib_target dynamic_lib_target
#forscopes metalib_target lib_target static_lib_target dynamic_lib_target ss_lib_target
// We might need to define a BUILDING_ symbol for win32. We use the
// BUILDING_DLL variable name, defined typically in the metalib, for
@ -501,7 +501,7 @@ $[TAB] $[INTERROGATE_MODULE] -oc $[target] -module "$[igatemod]" -library "$[iga
#endif // igatemout
#end metalib_target lib_target static_lib_target dynamic_lib_target
#end metalib_target lib_target static_lib_target dynamic_lib_target ss_lib_target
/////////////////////////////////////////////////////////////////////