Changeset 392

Show
Ignore:
Timestamp:
11/20/06 10:14:08 (2 years ago)
Author:
luislavena
Message:

Updated Rakefile to reflect changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/win32-native_service/projects/mongrel_service/Rakefile

    r377 r392  
    4646# too hackish, but get the job done, compile the ugly c code. 
    4747task :compile_c do 
    48   sh %{cl /nologo /c native\\send_signal.cpp /Fonative\\send_signal.obj} 
     48  sh %{cl /nologo /Zl /c native\\send_signal.cpp /Fonative\\send_signal.obj} 
    4949  sh %{lib /nologo native\\send_signal.obj /out:lib\\libsend_signal.a} 
    5050end 
    51 task :compile => :compile_c 
     51unless File.exist?("lib/libsend_signal.a") 
     52  task :compile => :compile_c  
     53end 
    5254 
    5355# ServiceFB namespace (lib)