| 
                Last change
                  on this file since 539 was
                  376,
                  checked in by rgrieder, 18 years ago
           | 
        
        
          
              - removed the linker flags, since —no-undefined has no influence when building shared libraries (sorry Nico for you efforts)
—no-allow-shlib-undefined should exist, but doesn't according to the man page, and it also doesn't work anyway.
 - removed linkage of ENet to the main executable as well (not necessary)
  
           | 
        
        | 
            File size:
            208 bytes
           | 
      
      
        
  | Line |   | 
|---|
| 1 | PROJECT(Orxonox) | 
|---|
| 2 |  | 
|---|
| 3 | SET( WEAPON_SRC_FILES | 
|---|
| 4 |   ammunition_dump.cc | 
|---|
| 5 |   barrel_gun.cc | 
|---|
| 6 |   base_weapon.cc | 
|---|
| 7 |   bullet.cc | 
|---|
| 8 |   bullet_manager.cc | 
|---|
| 9 |   weapon_station.cc | 
|---|
| 10 | ) | 
|---|
| 11 |  | 
|---|
| 12 | ADD_LIBRARY(weapon SHARED ${WEAPON_SRC_FILES}) | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.