more fixes from windows.
[feisty_meow.git] / nucleus / tools / clam_tools / cygwin_fixer.cpp
index 1295d917880de7187627b0a82357432a014b5784..48eba3fe96298932aff84834ab6cc669f00d31ef 100644 (file)
@@ -44,13 +44,13 @@ char *translate_cygwin(char *fname)
   }
 }
 
-
 /*
 
 function dossify_and_run_commands()
 {
 
-
   declare -a darc_commands=()
   for i in "$@"; do
     // we only mess with the command line on windows.
@@ -86,3 +86,7 @@ int main(int argc, char *argv[])
   return 0;
 }
 
+#ifdef __BUILD_STATIC_APPLICATION__
+  // static dependencies found by buildor_gen_deps.sh:
+#endif // __BUILD_STATIC_APPLICATION__
+