Sponsored Content
Top Forums Shell Programming and Scripting Converting MSVC /showInclude to unix friendly path Post 302496305 by rdcwayx on Sunday 13th of February 2011 01:27:21 PM
Old 02-13-2011
Code:
awk -F"[>:]" 'NR==1{printf "%s : ",$2;next}{gsub(/\\/,"/");sub(/ */,"",$4);printf "\"/cygdriv/%s%s\" ",$4,$5}' depends.d.tmp

---------- Post updated at 05:27 AM ---------- Previous update was at 05:24 AM ----------

Just see your new post.

Maybe you can search in google how to build in cygwin.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

converting files from unix to windows

Need Help?? We receive Files From GM Motors and they written on a Sun Workstation using the Tar Command on a 4mm Dat Tape. We have an HP sure Store 24 Tape drive that will Execpt but when i do that it says that the media is bad. was wondering if there was any software that would read it in its... (2 Replies)
Discussion started by: jefft1976
2 Replies

2. OS X (Apple)

Converting Unix executable files

I loaded OS X Panther on my Mac G4 and found that many files previously saved as Word or Word Perfect files were inadventently converted to Unix executable files. When I try to read these in Word, it cannot recognize or translate the file properly. Does anyone know how to translate these files? Is... (4 Replies)
Discussion started by: Steven Greenber
4 Replies

3. UNIX for Dummies Questions & Answers

Converting Unix text to windows

I am trying to FTP a text file from a machine running LynxOS and I am having problems with the way windows "sees" the characters. For example this is how windows presents the text:     DevProcRcpClass The boxes are what I am having problems with. When viewing the same file on a... (3 Replies)
Discussion started by: mchristisen
3 Replies

4. UNIX for Advanced & Expert Users

missing Path(in UNIX) when i launch a job on to unix machine using windows SSh

hi i want run an unix application from a windows program/application.i am using SSH(command line version)to log on to a unix machine from windows. the application has to read a configuration file inorder to run. the configuration file .CFG is in bin in my home directory. but the application... (1 Reply)
Discussion started by: megastar
1 Replies

5. UNIX for Advanced & Expert Users

User friendly Unix ksh prompt to type directories/files

Hello, I wanted to setup user friendly ksh command prompt, by typing first character of files or directories and then tab bring up whole word. No need to type whole file/directory/command names. Example: cat a file like university just typing un and then tab bring up whole university wod.... (3 Replies)
Discussion started by: abdurrouf
3 Replies

6. Programming

how to check parenthesis in MSVC++

how do i turn on the option to check for opening and closing parenthesis in Microsoft VC++? I remember there is a setting somewhere in the options in the MS VC++ environment but not sure.. thanks (4 Replies)
Discussion started by: npatwardhan
4 Replies

7. Web Development

Apache mod_rewrite: from 'friendly' url to actual path

I'd like to translate a friendly url such as: http://www.xxxyyyzzz.com/page/12345678/ to: http://www.xxxyyyzzz.com/page/12/34/56/78/ Seems simple enough, but I cannot figure out how. Any one done this before? (2 Replies)
Discussion started by: markericksen
2 Replies

8. Filesystems, Disks and Memory

Help finding a Unix friendly RAID 1 backup

First time poster and a very new Unix user, so I'll just pre-apologize for stupid questions now. Does anybody know of a good RAID 1 hard drive backup that is Unix friendly? I want to avoid any hardcore programming. Can you recommend both NAS and non-NAS options? I need to do nightly backups... (31 Replies)
Discussion started by: c.wakeman
31 Replies

9. What is on Your Mind?

Mobile Friendly Version of UNIX.COM

Hello, I have noticed some problems with Google complaining our site is not "https://search.google.com/www.usearch-console/mobile-friendly" using only Tapatalk. So, after a lot of work, I have re-enabled our legacy mobile style and make some improvements and Google has declared us "mobile... (2 Replies)
Discussion started by: Neo
2 Replies

10. Homework & Coursework Questions

Converting .dat to UNIX

I uploaded a .dat file from sftp to my server and after using dos2unix to convert the file and check my work it says that the file was not transferred correctly and that the content is garbled. Please help (3 Replies)
Discussion started by: Ovid158
3 Replies
MTASC(1)							   User Commands							  MTASC(1)

NAME
mtasc - ActionScript 2 to Flash (SWF) compiler DESCRIPTION
This manual page documents briefly the mtasc command. It was written for Debian as mtasc does not have a manual page. mtasc compiles ActionScript 2 files to Flash (SWF) files. SYNOPSIS
mtasc [options] <files...> OPTIONS
The options are processed from left to right. All of the options use a single dash. -pack <path> Compile all files in target package. -cp <path> Add classpath. -v Turn on verbose mode. -strict Turn on strict mode. -infer Turn on local variables inference. -wimp Turn on warnings for unused imports. -msvc Use MSVC style errors. -mx Use precompiled mx package. -swf <file> Input SWF file to update. -out <file> SWF output file. -keep Do not remove AS2 classes from input SWF. -frame <frame> Export into target frame (it must exist in the SWF). -main Enable the main entry point. -header <header> Specify header format. The format of this option is 'width:height:fps', where fps means frames per second. -group Group classes into a single clip -exclude <file> Exclude classes listed in a file. -version Change SWF version (6,7,8,...) -trace <function> Specify a TRACE function. -help or --help Display a list of options and what they do. SEE ALSO
The mtasc website (http://www.mtasc.org) and the mtasc osflash page (http://osflash.org/mtasc). mtasc February 2006 MTASC(1)
All times are GMT -4. The time now is 02:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy