The Wayback Machine - https://web.archive.org/web/20210716185503/https://github.com/red/red/tree/master/libRed
Skip to content
master
Switch branches/tags
red/libRed/
red/libRed/

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Generating .LIB file for Windows platform

  • Using Visual Studio Tools

    Open the Visual Studio Command Prompt, in Start->Programs->Microsoft Visual Studio->Tools, run this command:

    lib /def:<path_to_red_repo>\libRed\libRed.def /OUT:<path_to_red_repo>\libRed\libRed.lib /MACHINE:X86
    

    That’s all. :-)