cairocanvas.scp (022bd5b4) cairocanvas.scp (906a4e93)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 15 unchanged lines hidden (view full) ---

24#include "macros.inc"
25
26File gid_File_Lib_CairoCanvas
27 TXT_FILE_BODY;
28 Styles = (PACKED);
29 Dir = SCP2_OOO_BIN_DIR;
30 #ifdef UNX
31 Name = STRING(CONCAT2(cairocanvas.uno,UNXSUFFIX));
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 15 unchanged lines hidden (view full) ---

24#include "macros.inc"
25
26File gid_File_Lib_CairoCanvas
27 TXT_FILE_BODY;
28 Styles = (PACKED);
29 Dir = SCP2_OOO_BIN_DIR;
30 #ifdef UNX
31 Name = STRING(CONCAT2(cairocanvas.uno,UNXSUFFIX));
32 #elif defined OS2
33 Name = "cairocnv.dll";
32 #else
33 Name = "cairocanvas.uno.dll";
34 #endif
35End
36
34 #else
35 Name = "cairocanvas.uno.dll";
36 #endif
37End
38