os2gcci.mk (534c536d) | os2gcci.mk (4d2a3edf) |
---|---|
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 --- 260 unchanged lines hidden (view full) --- 269 270# tool for generating import libraries 271IMPLIB=emximp 272IMPLIBFLAGS=-o 273 274MAPSYM=mapsym 275MAPSYMFLAGS= 276 | 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 --- 260 unchanged lines hidden (view full) --- 269 270# tool for generating import libraries 271IMPLIB=emximp 272IMPLIBFLAGS=-o 273 274MAPSYM=mapsym 275MAPSYMFLAGS= 276 |
277RC=wrc -bt=os2 -i$(PATH_EMXPGCC)\include | 277RC=wrc -q -bt=os2 -i$(PATH_EMXPGCC)\include |
278RCFLAGS=-r $(RCFILES) -fo=$@ 279RCLINK=wrc -bt=os2 280RCLINKFLAGS= 281RCSETVERSION= 282 283# platform specific identifier for shared libs 284DLLPOSTFIX= 285DLLPRE=lib 286DLLPOST=.dll 287 | 278RCFLAGS=-r $(RCFILES) -fo=$@ 279RCLINK=wrc -bt=os2 280RCLINKFLAGS= 281RCSETVERSION= 282 283# platform specific identifier for shared libs 284DLLPOSTFIX= 285DLLPRE=lib 286DLLPOST=.dll 287 |