Changeset 112


Ignore:
Timestamp:
06/15/09 23:05:11 (14 years ago)
Author:
smurzch2
Message:

Re-add the use of oscam-ostype.h if we use the "old" Makefile.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/CMakeLists.txt

    r111 r112  
    7676set (CS_OSTYPE ${CS_OS_CPU}-${CS_OS_HW}-${CS_OS_SYS})
    7777
     78add_definitions ("-DUSE_CMAKE")
    7879add_definitions ("-DCS_OSTYPE=\"${CS_OSTYPE}\"")
    7980add_definitions ("-DCS_OS_CPU=\"${CS_OS_CPU}\"")
  • trunk/globals.h

    r109 r112  
    3838
    3939#include "oscam-config.h"
     40#ifndef USE_CMAKE
     41#  include "oscam-ostype.h"
     42#endif
    4043#include "oscam-types.h"
    4144#include "cscrypt/cscrypt.h"
Note: See TracChangeset for help on using the changeset viewer.