VirtualBox

Changeset 58366 in vbox for trunk/tools


Ignore:
Timestamp:
Oct 22, 2015 9:48:35 AM (9 years ago)
Author:
vboxsync
Message:

gen-slickedit-workspace.sh: Update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/gen-slickedit-workspace.sh

    r58145 r58366  
    626626#define IEM_MC_ARG(a_Type, a_Name, a_iArg)                 a_Type a_Name
    627627#define IEM_MC_ARG_CONST(a_Type, a_Name, a_Value, a_iArg)  a_Type const a_Name = a_Value
    628 #define IEM_STATIC 
     628#define IEM_STATIC
    629629
    630630#define RTASN1_IMPL_GEN_SEQ_OF_TYPEDEFS_AND_PROTOS(a_SeqOfType, a_ItemType, a_DeclMacro, a_ImplExtNm) typedef struct a_SeqOfType { RTASN1SEQUENCECORE SeqCore; RTASN1ALLOCATION Allocation; uint32_t cItems; RT_CONCAT(P,a_ItemType) paItems; } a_SeqOfType; typedef a_SeqOfType *P##a_SeqOfType, const *PC##a_SeqOfType; int a_ImplExtNm##_DecodeAsn1(struct RTASN1CURSOR *pCursor, uint32_t fFlags, P##a_SeqOfType pThis, const char *pszErrorTag); int a_ImplExtNm##_Compare(PC##a_SeqOfType pLeft, PC##a_SeqOfType pRight)
     
    965965
    966966# A few things from src/lib
    967 my_generate_project "zlib"          "src/libs/zlib-1.2.6"                   --begin-incs "include"                                          --end-includes "src/libs/zlib-1.2.6/*.c" "src/libs/zlib-1.2.6/*.h"
     967my_generate_project "zlib"          "src/libs/zlib-1.2.8"                   --begin-incs "include"                                          --end-includes "src/libs/zlib-1.2.8/*.c" "src/libs/zlib-1.2.8/*.h"
    968968my_generate_project "liblzf"        "src/libs/liblzf-3.4"                   --begin-incs "include"                                          --end-includes "src/libs/liblzf-3.4"
    969 my_generate_project "libpng"        "src/libs/libpng-1.2.8"                 --begin-incs "include"                                          --end-includes "src/libs/libpng-1.2.8/*.c" "src/libs/libpng-1.2.8/*.h"
     969my_generate_project "libpng"        "src/libs/libpng-1.2.53"                --begin-incs "include"                                          --end-includes "src/libs/libpng-1.2.53/*.c" "src/libs/libpng-1.2.53/*.h"
    970970my_generate_project "openssl"       "src/libs/openssl-1.0.1p"               --begin-incs "include" "src/libs/openssl-1.0.1p/crypto"         --end-includes "src/libs/openssl-1.0.1p"
    971 my_generate_project "curl"          "src/libs/curl-7.42.1"                  --begin-incs "include" "src/libs/curl-7.42.1/include"           --end-includes "src/libs/curl-7.42.1"
     971my_generate_project "curl"          "src/libs/curl-7.45.0"                  --begin-incs "include" "src/libs/curl-7.45.0/include"           --end-includes "src/libs/curl-7.45.0"
    972972my_generate_project "kStuff"        "src/libs/kStuff"                       --begin-incs "include" "src/libs/kStuff/kStuff/include"         --end-includes "src/libs/kStuff"
    973973
     
    10391039
    10401040echo "done"
    1041 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette